Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Train the model on v1.0-mini of NuScenes #14

Open
amoghskanda opened this issue Mar 6, 2024 · 4 comments
Open

Train the model on v1.0-mini of NuScenes #14

amoghskanda opened this issue Mar 6, 2024 · 4 comments

Comments

@amoghskanda
Copy link

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?

@ZiYang-xie
Copy link
Collaborator

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.

@emjay73
Copy link

emjay73 commented May 11, 2024

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:.
image

Where can I find the scene_dict.json file?

@amoghskanda
Copy link
Author

@emjay73 you have to create a file called scene_dict.json and put it's token in that file.

@emjay73
Copy link

emjay73 commented May 14, 2024

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 :<

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants