Trying to run Anynet project

Hello,

I am trying to run this

First I did

sh ./create_dataset.sh

And gave the correct path to scenflow_data_path.

Now I am trying to run this:

python main.py --maxdisp 192 --with_spn

as given, I am getting this following error. Please let me know how to correct this.

The error is:

Traceback (most recent call last):
  File "main.py", line 194, in <module>
    main()
  File "main.py", line 51, in main
    args.datapath)
  File "/home/kbdp5524/Downloads/AnyNet-master/dataloader/listflowfile.py", line 23, in dataloader
    monkaa_path = filepath + [x for x in image if 'monkaa' in x][0]
IndexError: list index out of range

This error seems to be specific to the linked repository so you might also want to create an issue in the repo to get a better answer. :wink:
That being said, based on the error message it seems as if the files are not found or the download failed.

1 Like

Hello, I have encountered the same problem. Have you solved your problem?