Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MMSIG] Add new configuration files for StyleGAN2 (#2057)
* 1st * debug * 20230710 调整 * 调整代码,整合模型,避免editors import 过多class * 调整代码,整合模型,避免editors import 过多class * 支持 DeblurGANv2 inference demo 示例 python mmagic\demo\mmagic_inference_demo.py --model-name deblurganv2 --model-comfig ../configs/deblurganv2/deblurganv2_fpn_inception.py --model-ckpt 权重文件路径 --img 测试图片路径 --device cpu --result-out-dir ./out.png * 支持 DeblurGANv2 inference fix CI test * 支持 DeblurGANv2 inference fix CI test * 支持 DeblurGANv2 inference fix CI test * 支持 DeblurGANv2 inference update model-index * 支持 DeblurGANv2 inference Fix CI Test * 支持 DeblurGANv2 inference CI test fix and update readme.md * 支持 DeblurGANv2 inference fix CI test and update readme.md * 支持 DeblurGANv2 inference Fix CI test * 支持 DeblurGANv2 inference yapf 修正 * 支持 DeblurGANv2 inference 代码调整,参数名保持一致 * 支持 DeblurGANv2 inference doc string coverage * 支持 DeblurGANv2 inference add some doc string * 支持 DeblurGANv2 inference add some doc string * 支持 DeblurGANv2 inference * 支持 DeblurGANv2 inference * 支持 DeblurGANv2 inference * 支持 DeblurGANv2 inference * 支持 DeblurGANv2 inference add unit test * 支持 DeblurGANv2 inference add unit test * 支持 DeblurGANv2 inference add unit test * 支持 DeblurGANv2 inference fix unit test * Update .gitignore Co-authored-by: Yanhong Zeng <[email protected]> * Update .gitignore Co-authored-by: Yanhong Zeng <[email protected]> * Update .gitignore Co-authored-by: Yanhong Zeng <[email protected]> * Update .gitignore Co-authored-by: Yanhong Zeng <[email protected]> * Update .gitignore Co-authored-by: Yanhong Zeng <[email protected]> * Update .gitignore Co-authored-by: Yanhong Zeng <[email protected]> * Update .gitignore Co-authored-by: Yanhong Zeng <[email protected]> * Update configs/deblurganv2/README.md Co-authored-by: Yanhong Zeng <[email protected]> * 支持 DeblurGANv2 inference move the implementation of loss function to mmagic/models/losses add quick start to readme * 支持 DeblurGANv2 inference fix unit test * 支持 DeblurGANv2 inference re run unit test * Update configs/deblurganv2/deblurganv2_fpn-inception_1xb1_gopro.py Co-authored-by: Yanhong Zeng <[email protected]> * Update configs/deblurganv2/deblurganv2_fpn-inception_1xb1_gopro.py Co-authored-by: Yanhong Zeng <[email protected]> * Update configs/deblurganv2/deblurganv2_fpn-inception_1xb1_gopro.py Co-authored-by: Yanhong Zeng <[email protected]> * Update configs/deblurganv2/deblurganv2_fpn-inception_1xb1_gopro.py Co-authored-by: Yanhong Zeng <[email protected]> * Update configs/deblurganv2/deblurganv2_fpn-mobilenet_1xb1_gopro.py Co-authored-by: Yanhong Zeng <[email protected]> * Update configs/deblurganv2/deblurganv2_fpn-mobilenet_1xb1_gopro.py Co-authored-by: Yanhong Zeng <[email protected]> * Update configs/deblurganv2/deblurganv2_fpn-mobilenet_1xb1_gopro.py Co-authored-by: Yanhong Zeng <[email protected]> * Update configs/deblurganv2/deblurganv2_fpn-mobilenet_1xb1_gopro.py Co-authored-by: Yanhong Zeng <[email protected]> * 支持 DeblurGANv2 inference fix some url and path add README_zh-CN add Deblurring task into mmagic/apis/inferencers/__init__.py * Adding support for FastComposer 支持 FastComposer * Adding support for FastComposer Add some doc string and fix bugs * Adding support for FastComposer Fixed a bug * Adding support for FastComposer fix a bug * Adding support for FastComposer fix some bugs * Adding support for FastComposer fix some bugs * Adding support for FastComposer fix a bug * Adding support for FastComposer fix a bug * Adding support for FastComposer change for minimum version cpu check * Adding support for FastComposer avoid a windows CI bug which complains not enough memory. * Adding support for FastComposer rerun circleci check * Adding support for FastComposer add example code which run without gradio to readme add config of clip for running unittest without using "clip_vit_url = 'openai/clip-vit-large-patch14' " * Adding support for FastComposer rerun checks of build cu102 * Adding support for FastComposer a small change * Adding support for FastComposer some small changes * Adding support for FastComposer add some simple instructions to demo/README.md * Adding support for FastComposer resolve conflicts * Adding support for FastComposer rerun checks * Adding support for FastComposer add device for running with cuda by default * Adding support for Consistency Models * Adding support for Consistency Models * Update README.md * Adding support for Consistency Models * Adding support for Consistency Models mdformat debug * Adding support for Consistency Models * Adding support for Consistency Models add some doc string * Adding support for Consistency Models re run circle check * Adding support for Consistency Models rerun circle check * [FIX] Check circle ci memory add function teardown_module to test_fastcomposer * Adding support for Consistency Models rerun ci check * Add new configuration files for StyleGAN2 * Revert "Add new configuration files for StyleGAN2" This reverts commit a043b22. * Add new configuration files for StyleGAN2 * fix config-vaildate error * fix a bug * delete code of consistency model * delete code which in another pr * delete code which in another pr * Add new configuration files for StyleGAN2 rerun ci check * ci check memory --------- Co-authored-by: Yanhong Zeng <[email protected]> Co-authored-by: rangoliu <[email protected]>
- Loading branch information