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

There's no same folder name in icube dataset #2

Open
ghost opened this issue Dec 2, 2020 · 1 comment
Open

There's no same folder name in icube dataset #2

ghost opened this issue Dec 2, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 2, 2020

I received the icube dataset here(https://drive.google.com/drive/folders/1T0Dq8xuwL9myzVu_fZ4AylC2BJNRBNrg?usp=sharing)
There is no same folder as the folder name written on line 163 and line 165 of eval-gln.py
(There’s only icube_test_rearange, icube_train_rearange, test_nonzl, test_zl, and train_zl)
How do I fix it?
If you can help me, I would really appreciate it

@coldmanck
Copy link
Owner

coldmanck commented Dec 2, 2020

Hi, please change test_orig to icube_test_rearange at Line 163:

val_dataset = IndoorDataset(data_dir=osp.join(path, 'test_orig'), transform=test_transform)
as it's the name of ICUBE validation set. I have also fixed the line.

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