princeton-computational-imaging / neural-point-light-fields

MIT License
69 stars 9 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/data/Waymo/validation/validation_0000/tracking_info.pkl' #1

Open sumriver opened 2 years ago

sumriver commented 2 years ago

Seems that the compressed Waymo dataset does not work

perisage commented 2 years ago

The same problem with you. Did you solve it?

ostjul commented 2 years ago

Could you please post the full Error Message, the directory structure of the waymo open dataset? The tracking_info.pkl file should stored in the segment's subdirectory. So there might be an issue searching in the wrong directory

DecaYale commented 1 year ago

Have you solved this? This file seems missing.

ostjul commented 1 year ago

Just added the preprocessing of the waymo data to the readme... It should have checked for that. Sorry, for the inconvenience Preprocess the data running: ./src/datasets/preprocess_Waymo.py -d "./data/validation/validation_xxxx/segment-xxxxxx" --no_data