Open amoghskanda opened 8 months ago
You don't need to train the model using every scene.You can choose several scenes to train the reconstruction model. For the data preprocessing you may want to check scripts/nuscenes_preprocess.py
, you can change the version to v1.0-mini
if you don't want to preprocess all the scenes.
I just downloaded the nuscenes mini-v1.0 and noticed that there was no 'scene_dict.json'. Consequently, the code encounters the error:
FileNotFoundError: [Errno 2] No such file or directory: './data/scene_dict.json'
My data folder structure is as follows:.
Where can I find the scene_dict.json file?
@emjay73 you have to create a file called scene_dict.json
and put it's token in that file.
Thank you for the reply! I created the file referring to the scene.json in "/SNeRF/data/nuScenes/mini/v1.0-mini" and it worked! But now I'm fighting against the other issues :<
Hey, firstly great work! I wanted to train the model only on mini of NuScenes as Waymo was too big and so were the trainval parts of NuScenes. What are the necessary changes I've to make for it?