1. 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
  2. 06 1月, 2022 1 次提交
  3. 21 12月, 2021 1 次提交
  4. 20 12月, 2021 1 次提交
  5. 17 12月, 2021 1 次提交
  6. 16 12月, 2021 1 次提交
  7. 15 12月, 2021 1 次提交
  8. 08 12月, 2021 1 次提交
  9. 06 12月, 2021 1 次提交
  10. 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
  11. 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
  12. 18 11月, 2021 1 次提交
  13. 17 11月, 2021 1 次提交
  14. 11 11月, 2021 1 次提交
  15. 06 11月, 2021 1 次提交
  16. 17 9月, 2021 1 次提交
  17. 27 8月, 2021 1 次提交
  18. 19 8月, 2021 1 次提交
  19. 06 8月, 2021 1 次提交
  20. 04 8月, 2021 1 次提交
  21. 28 7月, 2021 1 次提交
  22. 20 7月, 2021 1 次提交
  23. 07 7月, 2021 1 次提交
  24. 06 7月, 2021 1 次提交
  25. 29 6月, 2021 1 次提交
  26. 22 6月, 2021 2 次提交
  27. 17 6月, 2021 1 次提交
  28. 15 6月, 2021 1 次提交
  29. 04 6月, 2021 1 次提交
    • L
      fix fid (#336) · 1f335bbe
      lzzyzlbb 提交于
      * fix fid
      
      * fix fid
      
      * add pixel2pixel facades model
      1f335bbe
  30. 25 5月, 2021 1 次提交
  31. 21 5月, 2021 1 次提交
  32. 19 5月, 2021 1 次提交
    • F
      fix fom error (#319) · 1d8cd182
      FNRE 提交于
      * 1.fix error with 4 channels of image of fom predictor. 2.fix error of fom evaluate 3.fix lapstyle vgg network
      1d8cd182
  33. 14 5月, 2021 1 次提交
  34. 12 5月, 2021 2 次提交
  35. 07 5月, 2021 1 次提交
    • F
      modify review code (#297) · 8dc86476
      FNRE 提交于
      * test
      
      * add training od first order motion
      
      * Modify codes according to reviews
      
      * Modify codes according to reviews
      
      * (1)modify single person and multi person process of fom model. (2)git rid of sklearn, skimage
      
      * modify documents of fom
      
      * modify review code
      
      * modify review code
      
      * modify review code
      
      * 1.add vox training; 2.fix attributed error for DataParallel. 3.fix fom fps
      8dc86476
  36. 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
  37. 09 3月, 2021 1 次提交
  38. 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