Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wenboSubmit #1677

Closed
wants to merge 77 commits into from
Closed

wenboSubmit #1677

wants to merge 77 commits into from

Conversation

wenbo0117
Copy link

运行当中遇到这样错误,ValueError:Unknowninferencer task: Text2Image,Image2Image,diffusion

NK-CS-ZZL and others added 30 commits May 11, 2022 04:14
* [Feature] Support ReduceLrUpdaterHook

* Update

* Update unittest
)

* [Feature] Support use_cache and backend in LoadImageFromFileList

* Update
* [Docs] Add myst_heading_anchors

* remove skimage in conf
* add pre-commit hook

* update all mds

* fix
* Update demo.md

* Update demo.md
* [Feature] Add config file of FLAVR

* Update
* [Feature] Add config file of FLAVR

* Update

* [Fix] Update link of FLAVR

* [Docs] Add FLAVR
* add aot config

* fixed aot config

* modified colorjitter in config

* rename config and fix unittest

* renamed exp

* fix conflicts

* fix eval_result

* add aot gan raedme

* fix

* add detailed table

* add chinese readme

* fix

* add aot-gan in readme

* add results

* add results

* Update test_losses.py

Co-authored-by: wangruohui <12756472+wangruohui@users.noreply.github.com>
* [Fix] logo on README

* Update README.md

* update readme
* [Improve] Update config and README of CAIN

* Update

* Update
* Changelog of v0.15.0

* Update
* Release v0.15.0

* Update CI
* Update runtime.txt

* Update runtime.txt

* Update runtime.txt

* Update build.yml

* Update runtime.txt

* empty

* empty

* Update runtime.txt

* fix lint
* [Improve] Add miminstall.txt in setup.py

* Create mminstall.txt
* Update .pre-commit-config.yaml

* remove ruby

* fix all chinese mds
* Update README.md

* Create README_zh-CN.md

* Update
* init

* fix typo

* remove pillow and fix repo name
update instruction to OST Datasets
* add changelog

* bump version

* add link to pr
ryanxingql and others added 23 commits October 13, 2022 15:38
* Update 1-bug-report.yml

* Update 1-bug-report.yml

* Update 2-feature-request.yml

* Update 3-new-model.yml

* Update 4-documentation.yml
* Change RDB output channels

* Add test option
* update docstring of RDN

* Update rdn.py

* fix-lint
)

* rename VisualizationHook to MMEditVisualizationHook

* add warning for vishook

* revise warning message

* revise test_visual_hook.py

* revise init
* update changelog, version, and readme

* update readme_zh-cn
add maintain plan; add mmeval
debug ttsr-rec config file

Co-authored-by: TchaikovskyBear <TchaikovskyBear@outlook.com>
add 'python -m' for windows CI
[FIx] fix realesrnet test dataset
* Add FID and KID metric

* Fix import error

* Fix bug that don't work on multi gpu

* Fix

* Fix KID metric for logging to mlflow

* Lint

* Add test code for EvalHook and BasicRestorer

Co-authored-by: Hakjin Lee <nijkah@gmail.com>

* Refactor FID and KID

* Prototyping StyleGAN InceptionV3 module 

* Prototyping InceptionV3 module for StyleGAN

* Refactoring

* Add test code

* Edit docstrings

* Fix

Co-authored-by: Hakjin Lee <nijkah@gmail.com>

* Supplement Documentations for FID and KID (#4)

* Prototyping InceptionV3 module for StyleGAN

* Refactoring

* Lint

* Add test code

* Fix

* Update mmedit/core/evaluation/inceptions.py

* Update load logic

* Edit docstrings

* Edit docstrings for KID

* dump

* Add docs

Co-authored-by: Junhwa Song <ethan9867@si-analytics.ai>

* fix lint

* Reflect feedback

* Fix typo

* Fix

* Fix

* Fix

* Fix

* Fix

* Update docs

* Update docs

* Fix

* Update docs/en/tutorials/inception_eval.md

Co-authored-by: Hakjin Lee <nijkah@gmail.com>

* Fix

* Move features-based metrics evaluation to `Dataset.evaluate` (#8)

* delete redundant line

* Fix metrics

* fix docs

* Move build_metric location

* remove redundant line

* Delete redundant test code

* Fix bugs

* Lint

* delete redundant line

* Revert EvalIterHook logic (#10)

Co-authored-by: nijkah <nijkah@gmail.com>
Co-authored-by: KKIEEK <kkieek@KKIEEKui-MacBookPro.local>
skip unit test related to inception when torch <= 1.5.1
skip restorer's unit test when torch <= 1.5.1
change the docs
纠正了错别字

Co-authored-by: Z-Fran <49083766+Z-Fran@users.noreply.github.com>
* Fix dynamic exportable unshuffle

* Fix size propagtion for px unshuffle

* Fix minor

* Fix minor

---------

Co-authored-by: Z-Fran <49083766+Z-Fran@users.noreply.github.com>
* [Enhancement] In ResidualBlockNoBN add groups parameter to Conv2d

* Update mmedit/models/common/sr_backbone_utils.py

* Update mmedit/models/common/sr_backbone_utils.py

* fix lint

---------

Co-authored-by: Yifei Yang <2744335995@qq.com>
Co-authored-by: Z-Fran <49083766+Z-Fran@users.noreply.github.com>
* [Bump to version 0.16.1]

* update date
@CLAassistant
Copy link

CLAassistant commented Feb 28, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
8 out of 19 committers have signed the CLA.

✅ zengyh1900
✅ ruoningYu
✅ LeoXing1996
✅ ryanxingql
✅ Z-Fran
✅ zeakey
✅ yhna940
✅ Sqhttwl
❌ NK-CS-ZZL
❌ ychfan
❌ wangruohui
❌ quincylin1
❌ Yshuo-Li
❌ Yulv-git
❌ arch-user-france1
❌ liuky74
❌ vansinhu
❌ gihwan-kim
❌ KKIEEK
You have signed the CLA already but the status is still pending? Let us recheck it.

@zengyh1900
Copy link
Collaborator

Hi @wenbo0117 thank you for your first contribution to MMEditing!
To ensure the code style, we suggest installing pre-commit according to #1673
so that you can pass the checks.

Besides,
@liuwenran is supporting the demo for text-to-image.
He is working on another pull request #1673 to fix the same bug.
@liuwenran please help @wenbo0117 to improve this pull request.

@liuwenran
Copy link
Collaborator

thank you for your contribution, @wenbo0117 。 看起来你的分支不是从dev-1.x 拉出来的,所以会有大量的文件修改,请尝试从dev-1.x 拉分支。这个bug我已经在 #1673 修复了。

@wenbo0117 wenbo0117 closed this by deleting the head repository Mar 1, 2023
@OpenMMLab-Assistant-004

Hi @wenbo0117 !We are grateful for your efforts in helping improve mmediting open-source project during your personal time.

Welcome to join OpenMMLab Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/UjgXkPWNqA
If you have a WeChat account,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:)

Thank you again for your contribution❤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet