-
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
add sr_folder_ref_dataset #292
Conversation
Codecov Report
@@ Coverage Diff @@
## master #292 +/- ##
==========================================
+ Coverage 80.93% 80.97% +0.03%
==========================================
Files 164 165 +1
Lines 8228 8266 +38
Branches 1194 1200 +6
==========================================
+ Hits 6659 6693 +34
Misses 1425 1425
- Partials 144 148 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -72,6 +73,7 @@ def __init__(self, | |||
filename_tmp_gt='{}', | |||
filename_tmp_lq='{}'): | |||
super().__init__(pipeline, scale, test_mode) | |||
assert gt_folder or lq_folder |
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.
Better add a message here (e.g. At least one of 'gt_folder and 'lq_folder' cannot be None.
). Looks good to me other than this.
* add sr_folder_ref_dataset * add test * Fix * Fix * Fix * Rename Co-authored-by: liyinshuo <[email protected]>
For TTSR