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

[Doc] Update description for Vimeo90K #349

Merged
merged 3 commits into from
Jun 1, 2021

Conversation

ckkelvinchan
Copy link
Member

Added folder structure, and instructions to use prepare_vimeo90k_dataset.py

@codecov
Copy link

codecov bot commented Jun 1, 2021

Codecov Report

Merging #349 (227a0fc) into master (290c75e) will increase coverage by 0.10%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #349      +/-   ##
==========================================
+ Coverage   79.98%   80.09%   +0.10%     
==========================================
  Files         180      181       +1     
  Lines        9435     9496      +61     
  Branches     1377     1385       +8     
==========================================
+ Hits         7547     7606      +59     
- Misses       1698     1699       +1     
- Partials      190      191       +1     
Flag Coverage Δ
unittests 80.08% <ø> (+0.11%) ⬆️

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

Impacted Files Coverage Δ
...ls/components/stylegan2/generator_discriminator.py 84.93% <0.00%> (-1.21%) ⬇️
mmedit/models/extractors/__init__.py 100.00% <0.00%> (ø)
...datasets/pipelines/generate_coordinate_and_cell.py
mmedit/models/extractors/feedback_hour_glass.py 100.00% <0.00%> (ø)
mmedit/datasets/pipelines/generate_assistant.py 100.00% <0.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 290c75e...227a0fc. Read the comment docs.

To prepare the annotation file for training, you need to download the official training list path for Vimeo90K from the official website, and run the following command:

```shell
python tools/data/super-resolution/vimeo90k/preprocess_vimeo90k_dataset.py None None ./data/Vimeo90K/official_train_list.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two None looks strange.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since gt_path and lq_path are required in prepare_vimeo90k_dataset.py, but not used if make-lmdb is False.

This is an (ugly) workaround. Another solution is to make this argument optional.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. They should be optional

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I will modify it.

@innerlee innerlee merged commit be848bc into open-mmlab:master Jun 1, 2021
@ckkelvinchan ckkelvinchan deleted the vimeo_docs branch July 8, 2021 03:12
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
* Update description for Vimeo90K

* Update folder structure

* Make gt_path and lq_path optional
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