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

Can't load datasets from GoPro for wrong filelist #31

Open
Leo-student opened this issue Apr 6, 2023 · 0 comments
Open

Can't load datasets from GoPro for wrong filelist #31

Leo-student opened this issue Apr 6, 2023 · 0 comments

Comments

@Leo-student
Copy link

Thanks for your great work firstly!

When running the deblur source code with the config file:basicvsr_plusplus_deblur_gopro.py, I met an error for can`t find the 0000010.png in the training dataset GoPro/train/blur/GOPR0386_11_00/ .

To solve this problem, I exchange the directory of GoPro/train/GOPR0*/blur and GoPro/train/GOPR0*/shape into GoPro/train/blur/GOPR0* and GoPro/train/GT/GOPR0* to meet the need of set apart lq and gt dataset.

Then change filename_tmpl='{:05d}.png' to filename_tmpl='{:06d}.png' to match real GoPro datasets.
However
for the specific name in the file list, this is still no 0000010.png in GOPR0386_11_00 because the number list is from 000247 to 000346, so file 0000010.png cant be found. Where did 0000010.png come from in the whole repository, I cant find the source of the code to enumerate the dataset from 10 or other numbers, Could you help me find it? Thanks a lot.

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