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

IndexError while running exp.py #15

Closed
avani17101 opened this issue Dec 12, 2020 · 4 comments
Closed

IndexError while running exp.py #15

avani17101 opened this issue Dec 12, 2020 · 4 comments

Comments

@avani17101
Copy link

avani17101 commented Dec 12, 2020

while running

python exp.py --net rnn_vgg16unet3_gruunet4.64.3 --cmd eval --iter last --eval-dsets tat-subseq --eval-scale 0.5

I get the error: IndexError: index 221 is out of bounds for axis 0 with size 0

Screenshot from 2020-12-12 16-33-24

I modified my path to point Playground dataset in config and commented truck, M60 and train eval tracks.

@griegler
Copy link
Contributor

Could you post your config.py and the modified code in exp.py.

@avani17101
Copy link
Author

avani17101 commented Dec 13, 2020

Could you post your config.py and the modified code in exp.py.

Hello, the only change I made is in config.py. Do I need to change in exp.py?
Screenshot from 2020-12-13 22-17-01
That is changed path and wanted to run eval only on Playground dataset (downloaded dataset from the repo as given)

@griegler
Copy link
Contributor

What is inside of /home/avani/Desktop/research/datasets? Does it contain ibr3d_tat, if yes, change tat_root to /home/avani/Desktop/research/datasets/ibr3d_tat.

@avani17101
Copy link
Author

thanks, got it working

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