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

Add MultipleGT datasets #238

Merged
merged 1 commit into from
Apr 11, 2021
Merged

Conversation

ckkelvinchan
Copy link
Member

@ckkelvinchan ckkelvinchan commented Apr 7, 2021

This PR adds three datasets that are used for training recurrent networks for video super-resolution. These networks require multiple GTs during training. The three datasets are

  1. SRREDSMultipleGTDataset: It is used to train and test on REDS dataset.
  2. SRVimeo90KMultipleGTDataset: It is used to train on Vimeo-90K dataset.
  3. SRTestMultipleGTDataset: It is used to test on various datasets such as Vid4 and UDM10.

@codecov
Copy link

codecov bot commented Apr 7, 2021

Codecov Report

Merging #238 (712848b) into master (3a04b6e) will increase coverage by 0.16%.
The diff coverage is 100.00%.

❗ Current head 712848b differs from pull request most recent head 91480a2. Consider uploading reports for the commit 91480a2 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
+ Coverage   81.41%   81.57%   +0.16%     
==========================================
  Files         153      156       +3     
  Lines        7413     7480      +67     
  Branches     1088     1102      +14     
==========================================
+ Hits         6035     6102      +67     
  Misses       1247     1247              
  Partials      131      131              
Flag Coverage Δ
unittests 81.57% <100.00%> (+0.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmedit/datasets/__init__.py 100.00% <100.00%> (ø)
mmedit/datasets/sr_reds_multiple_gt_dataset.py 100.00% <100.00%> (ø)
mmedit/datasets/sr_test_multiple_gt_dataset.py 100.00% <100.00%> (ø)
mmedit/datasets/sr_vimeo90k_multiple_gt_dataset.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a04b6e...91480a2. Read the comment docs.

@nbei nbei merged commit 9243ffc into open-mmlab:master Apr 11, 2021
@ckkelvinchan ckkelvinchan deleted the multiple-gt-dataset branch April 12, 2021 00:33
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
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.

2 participants