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 out of range #235

Open
Salvatore-tech opened this issue Jul 24, 2022 · 0 comments
Open

IndexError out of range #235

Salvatore-tech opened this issue Jul 24, 2022 · 0 comments

Comments

@Salvatore-tech
Copy link

Salvatore-tech commented Jul 24, 2022

Hello, i'm running the training with the following command python main.py --maxdisp 192 \ --model stackhourglass \ --datapath /home/s/Dataset/kittiSceneFlow/training/ \ --epochs 10 \ --savemodel ./out_model
but i'm getting the following error, could you provide any advice pls?

File "main.py", line 41, in
all_left_img, all_right_img, all_left_disp, test_left_img, test_right_img, test_left_disp = lt.dataloader(args.datapath)
File "/home/s/PSMNet/dataloader/listflowfile.py", line 22, in dataloader
monkaa_path = filepath + [x for x in image if 'monkaa' in x][0]
IndexError: list index out of range

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