-
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
Liif config #234
Liif config #234
Conversation
Codecov Report
@@ Coverage Diff @@
## master #234 +/- ##
=======================================
Coverage 81.41% 81.41%
=======================================
Files 153 153
Lines 7413 7413
Branches 1088 1088
=======================================
Hits 6035 6035
Misses 1247 1247
Partials 131 131
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Need rebase now |
type='LoadImageFromFile', | ||
io_backend='disk', | ||
key='gt', | ||
flag='unchanged', |
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.
What the reason to use unchanged
?
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.
color
is ok, too. Will be modified to color
.
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.
They are different, so its better to be clear and exact
@@ -0,0 +1,168 @@ | |||
exp_name = 'liif_edsr_norm_x2~4_c64b16_g1_1000k_div2k' |
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.
avoid ~
in filename
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.
-
is ok
local_ensemble=True, | ||
feat_unfold=True, | ||
cell_decode=True, | ||
data_mean=[0.4488, 0.4371, 0.4040], |
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.
rgb_mean
dict(type='RandomDownSampling', scale_min=scale_max, scale_max=scale_max), | ||
dict(type='RescaleToZeroOne', keys=['lq', 'gt']), | ||
dict( | ||
type='Normalize', |
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.
Can this be removed?
* Add config of LIIF. * Rebase and modify pipeline. * Add download links. * Move link position. * Modify README.md Co-authored-by: liyinshuo <[email protected]>
Add config file of LIIF.