zehao-wang/LAD

When I run the get_all_imgs_fts .py, I met a question.

Closed this issue · 4 comments

you can find the files under connectivity folder in matterport3dSimulator : https://github.com/peteanderson80/Matterport3DSimulator/tree/master/connectivity

Thank you for your reply. I set the GRAPHTS = "/root/mount/LAD/datasets/R2R/connectivity/" , this path also have scans.txt,
the dataset_path = "/root/mount/LAD/mp3d/v1/scans" is setting true, But the code keeps reporting this error。

Probably you need to first try whether you can visit the file in the environment of your python script (docker? I guess), maybe the environment variable in the docker is not correctly set.

YES, I used docker. thanks, I try again.