-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feature] Add config of DICGAN #394
Conversation
Codecov Report
@@ Coverage Diff @@
## master #394 +/- ##
==========================================
- Coverage 80.76% 80.59% -0.17%
==========================================
Files 188 188
Lines 10099 10021 -78
Branches 1482 1482
==========================================
- Hits 8156 8076 -80
- Misses 1730 1731 +1
- Partials 213 214 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
times=60, | ||
dataset=dict( | ||
type=train_dataset_type, | ||
gt_folder='data/CelebA-HQ/train_256/all_256/', |
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.
See https://mmediting.readthedocs.io/en/latest/inpainting_datasets.html?highlight=CelebA-HQ#celeba-hq-dataset for the folder name for this dataset
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.
both dic
and dic-gan
should be changed.
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.
okay, pls do
* [Feature] Add LightCNN for DICGAN * [Feature] Add feature loss for DICGAN * Update DIC model for DICGAN * [Feature] Add config of DICGAN * Update * Update Co-authored-by: liyinshuo <[email protected]>
No description provided.