1. 23 3月, 2023 1 次提交
  2. 19 10月, 2022 1 次提交
  3. 15 10月, 2022 1 次提交
    • F
      Aot gan(兴7 论文复现) (#701) · 9ee66047
      FutureSI 提交于
      * test pre-commit
      
      * rollback
      
      * add aot gan model
      
      add a new model
      
      * add batch config
      
      add batch config
      
      * change lr_scheduler
      
      * Update readme.txt
      
      * Update dcgan_mnist.yaml
      
      * Create aotgan.md
      
      * Update aotgan.yaml
      
      * add tutorial
      
      * fix dataset process
      
      * add & remove files
      
      * fix1
      
      * Create .pre-commit-config.yaml
      
      * english comment
      
      * add English document
      
      * add readme lines
      
      * fix readme
      
      * rollback readme
      
      * remove dir
      
      * add readme
      
      * fix configs & readmes & comments
      
      * tipc_1
      
      lite_train_lite_infer
      
      * Create .pre-commit-config.yaml
      
      * to english
      
      * Create .pre-commit-config.yaml
      
      * fix conflicts
      
      * Create .pre-commit-config.yaml
      
      * fix iter num
      
      * Create .pre-commit-config.yaml
      
      * finished inference.py
      
      1.fix the conflict
      2.add aotgan code
      
      * Create .pre-commit-config.yaml
      
      * fix conflict in readme.md
      
      * Update __init__.py
      
      * Update __init__.py
      
      * Update __init__.py
      
      * Update __init__.py
      
      * Update __init__.py
      
      * Update README.md
      
      * Update prepare.sh
      
      * Update inference.py
      
      * Update __init__.py
      
      * Update README_cn.md
      
      * Create .pre-commit-config.yaml
      
      * Update README_cn.md
      
      * Update README_cn.md
      
      * fix predictor
      
      * Create .pre-commit-config.yaml
      9ee66047
  4. 14 10月, 2022 1 次提交
  5. 13 10月, 2022 1 次提交
    • C
      【论文复现赛】InvDN (#702) · 956efd9d
      CC 提交于
      * InvDN 提交
      
      * correct invdn_denoising
      
      * 添加中英文文档,添加和修复一些功能
      
      * Delete invdn.png
      
      * Update invdn.md
      
      * Update invdn.md
      
      * fix bugs
      
      * update invdn.md
      
      * fix bugs
      
      * fix path bugs
      956efd9d
  6. 28 9月, 2022 1 次提交
    • K
      【论文复现赛】SwinIR (#692) · 349bcb10
      kongdebug 提交于
      * add SwinIR model
      
      * [fix] add swinir
      
      * [fix] fix url bug
      
      * [fix] fix something for pr
      
      * [feature] add README.md for SwinIR
      
      * [fix] fix the testsets path
      
      * fix testsets path again
      
      * [fix] fix test data path
      349bcb10
  7. 27 9月, 2022 1 次提交
  8. 22 9月, 2022 1 次提交
  9. 19 5月, 2022 1 次提交
  10. 18 5月, 2022 1 次提交
  11. 12 5月, 2022 1 次提交
  12. 09 5月, 2022 1 次提交
    • S
      Add PReNet to PaddleGan (#617) · 7e9fd3fc
      simonsLiang 提交于
      * Create prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update README.md
      
      * upload
      
      * Delete test_tipc/configs/PReNet directory
      
      * Update prenet_model.py
      
      * Update ssim.py
      
      * Update ssim.py
      
      * Update prenet.yaml
      7e9fd3fc
  13. 14 2月, 2022 1 次提交
    • B
      add SinGAN model (#576) · 581da7e9
      BrilliantYuKaimin 提交于
      * Create singan.md
      
      * Create gradient_penalty.py
      
      * add GradientPenalty
      
      * add images for singan document
      
      * add SinGANModel
      
      * add SinGANGenerator
      
      * add SinGANDiscriminator
      
      * Create discriminator_singan.py
      
      * Create generator_singan.py
      
      * Create singan_model.py
      
      * Create empty_dataset.py
      
      * add EmptyDataset
      
      * Create singan_predictor.py
      
      * add SinGANPredictor
      
      * Create singan.py
      
      * create configs for singan
      
      * add inference for singan
      
      * create tipc config for singan
      
      * Create python_singan_results_fp32.txt
      
      * add tipc prepare for singan
      
      * Update test_train_inference_python.md
      
      * Update readme.md
      
      * Update singan.md
      
      * Update singan_model.py
      
      * Update prepare.sh
      
      * Update train_infer_python.txt
      
      * Update prepare.sh
      
      * Revert "add images for singan document"
      
      This reverts commit f45fe5e55a2588611d951ae84d776c90693788df.
      
      * Update singan.md
      
      * update path format in configs
      
      * update year of copyright
      
      * modify the order of import
      
      * Update singan_predictor.py
      
      * update configs for singan
      
      * Update singan_model.py
      
      * modify urls for singan in prepare.sh
      
      * add pretrained weight for singan
      
      * Update singan_model.py
      
      * Update singan.md
      
      * Create English tutorial for SinGAN
      581da7e9
  14. 20 12月, 2021 1 次提交
    • L
      Deploy (#528) · e106f05d
      lzzyzlbb 提交于
      * add serving tensort
      
      * modify msvsr infer since the second output is the result
      
      * update wav2lip model path
      e106f05d
  15. 06 12月, 2021 1 次提交
  16. 25 11月, 2021 1 次提交
    • L
      1.add compare result, 2.add seed for paddlegan (#493) · 3c9dd7b3
      lzzyzlbb 提交于
      * 1.add compare result, 2.add seed for paddlegan
      
      * 1.add compare result, 2.add seed for paddlegan
      
      * 1.add compare result, 2.add seed for paddlegan
      
      * 1.add compare result, 2.add seed for paddlegan
      3c9dd7b3
  17. 22 11月, 2021 1 次提交
    • L
      Add static model and inference of stylegan2,fom, basicvsr (#491) · 2ab96cb8
      lzzyzlbb 提交于
      * Update benchmark.yaml
      
      * Update benchmark.yaml
      
      * add static model and inference of fom, basicvsr, stylegan2
      
      * add static model and inference of fom, basicvsr, stylegan2
      
      * fix basicvsr dataset for small datasets
      
      * fix basicvsr dataset for small datasets
      
      * fix basicvsr dataset for small datasets
      
      * fix basicvsr dataset for small datasets
      2ab96cb8
  18. 17 6月, 2021 1 次提交