zero-shot-indoor-localization-release icon indicating copy to clipboard operation
zero-shot-indoor-localization-release copied to clipboard

There's no same folder name in icube dataset

Open ghost opened this issue 3 years ago • 1 comments

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

ghost avatar Dec 02 '20 12:12 ghost

Hi, please change test_orig to icube_test_rearange at Line 163: https://github.com/coldmanck/zero-shot-indoor-localization-release/blob/a6f040b7798674de845980d2715c5dd4517f1299/eval-gln.py#L163 as it's the name of ICUBE validation set. I have also fixed the line.

coldmanck avatar Dec 02 '20 13:12 coldmanck