-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[Feature] Support dark dataset test #815
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #815 +/- ##
==========================================
+ Coverage 87.64% 88.76% +1.12%
==========================================
Files 108 109 +1
Lines 5886 5823 -63
Branches 958 935 -23
==========================================
+ Hits 5159 5169 +10
+ Misses 535 463 -72
+ Partials 192 191 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Could you please provide some baseline results in the corresponding paper? |
Hi @xiexinch
|
What information should be added to README.md at the root? I didn't implement any new methods. |
Typo: Supported methods --> Supported datasets |
Hi, @xiexinch I just changed your table in PSPNet config, please check it out. Best, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* rewrite init function * support dark_zurich test * reset image size * add night * add train_pipeline * init function parameters * remove base dataset config * remove fcn config * update doc * add datasets to README * update doc * fix table of PSPNet config * fix table of PSPNet config * change 'model' tp 'evaluation checkpoint' * fix typos in README_zh-CN Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Give more customizable options for safety checker * Apply suggestions from code review * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py * Finish * make style * Apply suggestions from code review Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * up Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Motivation
Support Dark Zurich and Nighttime Driving datasets test.
Dark Zurich
Nighttime Driving
dependency
#750