vobecant / POP3D

Source code for NeurIPS paper "POP-3D: Open-Vocabulary 3D Occupancy Prediction from Images"
https://vobecant.github.io/POP3D/
91 stars 7 forks source link

Cant find nuscenes folder #4

Closed bqm1111 closed 9 months ago

bqm1111 commented 9 months ago

When I prepare the projection files by the following command

python3 generate_projections_nuscenes.py --nusc_root ${NUSC_ROOT} --proj-dir ${PROJ_DIR}

It returns the following error

ModuleNotFoundError: No module named 'nuscenes'

It seems that the folder nuscenes is missing here. Could you update on that one please?

bqm1111 commented 9 months ago

Nevermind. I forgot to install nuscenes-devkit