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

Question regarding dir_data options in demo.sh, and image database layout #263

Open
drcdr opened this issue Apr 8, 2020 · 1 comment
Open

Comments

@drcdr
Copy link

drcdr commented Apr 8, 2020

I noticed that there are several different --dir_data arguments in the demo.sh file:

../../datasetx4
../../datasetx3
../../datasetx2

What do these refer to? I have a single dataset set up as shown, and things seem to be running OK. But, the EDSR_paper template seems to be taking a long time; understandably, but I was wondering if I should be using a different database in some way.

<dirname>
|-benchmark
    |- B100
        |- HR
        |- LR_bicubic: under this, X2, X3, X4
    |- Set5
        |- HR
        |- LR_bicubic: under this, X2, X3, X4
    |- Set14
        |- HR
        |- LR_bicubic: under this, X2, X3, X4
    |- Urban100
        |- HR
        |- LR_bicubic: under this, X2, X3, X4
|-DIV2K
    |- DIV2K_train_HR
    |- DIV2K_train_LR_bicubic: under this, X2, X3, X4
    |- DIV2K_train_LR_unknown: under this, X2, X3, X4
    |- DIV2K_test_LR_bicubic: under this, X2, X3, X4
    |- DIV2K_test_LR_unknown: under this, X2, X3, X4
@xiaoyi-st
Copy link

Hello, do you have this error?ModuleNotFoundError: No module named 'data.div2k_train_hr'
I also use DIK2 data

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

2 participants