Hi, i'm trying to train the network on KITTI2015 dataset available at the following link https://s3.eu-central-1.amazonaws.com/avg-kitti/data_scene_flow.zip but i'm getting an error while loading the images.
I'm attaching the log below, can you clarify if the dataset structure should be changed?
Thanks in advance
File "train.py", line 40, in
all_limg, all_rimg, all_ldisp, test_limg, test_rimg, test_ldisp = sf.sf_loader(args.data_path)
File "/home/s.starace/Lac-GwcNet-main/dataloader/sceneflow_loader.py", line 32, in sf_loader
monkaa_img = filepath + [x for x in image if 'monkaa' in x][0]
IndexError: list index out of range