You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems this error is due to incomplete nuScenes dataset. I double check the error on my side and find out the file you mention exist. You could double check if the nuScenes dataset is complete.
~/data/nuscenes/samples$ ls -lh ./CAM_FRONT/n008-2018-08-01-15-16-36-0400__CAM_FRONT__1533151603512404.jpg
-rw-r--r-- 1 user user 139K Mar 16 2019 ./CAM_FRONT/n008-2018-08-01-15-16-36-0400__CAM_FRONT__1533151603512404.jpg
1.run the command
bash /uda/tools/create_data.sh
The content of the create_data.sh file is as follows:
The file structure in the'/home/yangxue/code/RoboBEV/data/nuscenes' folder is as follows:
The file structure in the'/home/yangxue/code/RoboBEV/data/uda_new' folder is as follows:
2.run the command
bash /corruptions/tools/generate_dataset.sh
The content of the generate_dataset.sh file is as follows:
The content of the nuscenes_c.py file is as follows:
The following error is reported in step 2:
FileNotFoundError: img file does not exist: ./data/nuscenes/samples/CAM_FRONT/n008-2018-08-01-15-16-36-0400__CAM_FRONT__1533151603512404.jpg
The text was updated successfully, but these errors were encountered: