1. 14 10月, 2022 1 次提交
  2. 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
  3. 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
  4. 18 5月, 2022 1 次提交
  5. 16 5月, 2022 1 次提交
  6. 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
  7. 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
  8. 02 12月, 2021 1 次提交
    • W
      Add msvsr (#496) · 8aafe376
      wangna11BD 提交于
      * fix benchmark dataset
      
      * fix edvr and basic bug
      
      * add PP-MSVSR
      
      * add experiment results in docs
      
      * fix ssim
      
      * modif
      
      * modif2
      8aafe376
  9. 17 11月, 2021 1 次提交
  10. 06 7月, 2021 1 次提交
  11. 29 6月, 2021 1 次提交
  12. 25 5月, 2021 1 次提交
  13. 14 5月, 2021 1 次提交
  14. 22 4月, 2021 1 次提交
    • F
      Add training of first order motion (#256) · af0ea59c
      FNRE 提交于
      * add training od first order motion
      * Modify codes according to reviews
      * modify single person and multi person process of fom model. 
      * Git rid of sklearn, skimage
      af0ea59c
  15. 09 3月, 2021 1 次提交
  16. 02 3月, 2021 1 次提交
    • 农夫三拳_'s avatar
      add stargan-v2 test and train code (#165) · 8ece3c2d
      农夫三拳_ 提交于
      * add configuration options
      e.g. python tools/main.py --c configs/stylegan_v2_256_ffhq.yaml -o total_iters=1 log_config.visiual_interval=1
      
      * add stargan-v2 test and train code
      
      * code normalization
      
      * modify FAN code
      
      * add munch in requirements.txt
      8ece3c2d
  17. 25 1月, 2021 1 次提交
  18. 22 1月, 2021 1 次提交
  19. 15 1月, 2021 1 次提交
  20. 16 12月, 2020 1 次提交
  21. 08 12月, 2020 1 次提交
  22. 05 12月, 2020 1 次提交
  23. 26 11月, 2020 1 次提交
  24. 20 11月, 2020 1 次提交
    • J
      docs: update install instruction (#88) · 59cf316a
      Jie Han 提交于
      * docs: update install instruction
      
      1. paddlepaddle2.0.0rc instruction can be found from main page
      2. only two steps, install paddlepaddle and paddlegan, other than 3step
      
      * docs: update en install
      * feat: add dcgan
      * reform: debug with mnist datset
      validate performance with different options, and original structure and setting
      59cf316a
  25. 29 10月, 2020 1 次提交
  26. 22 10月, 2020 1 次提交
    • L
      Refine code (#44) · 3e4a59f2
      LielinJiang 提交于
      * refine code
      
      * test
      
      * fix apps
      
      * update readme
      
      * rm unused code
      
      * fix apps output when input is image
      
      * clean code
      
      * update requirements.txt
      3e4a59f2
  27. 15 10月, 2020 2 次提交
  28. 14 9月, 2020 1 次提交
  29. 28 6月, 2020 1 次提交