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

Implementation Details for datasets #50

Closed
pp00704831 opened this issue Feb 27, 2020 · 0 comments
Closed

Implementation Details for datasets #50

pp00704831 opened this issue Feb 27, 2020 · 0 comments

Comments

@pp00704831
Copy link

I saw that you used datasets GoPro, DVD, and NFS for training in your paper.
Does it means that I need download that three datasets mentioned above, and put all of them in following way?
train:
files_a: ./datasets/my_dataset/train//blur/*.png
files_b: ./datasets/my_dataset/train/
/sharp/.png
...
...
val:
files_a: ./datasets/my_dataset/test/**/blur/
.png
files_b: ./datasets/my_dataset/test/**/sharp/*.png
...
...
After that, I can just use command : python train.py, then datasets setting will be the same as paper?
Thank You!

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

No branches or pull requests

1 participant