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

Mini-version of Nuscenes Dataset #4

Open
SMSajadi99 opened this issue May 14, 2023 · 1 comment
Open

Mini-version of Nuscenes Dataset #4

SMSajadi99 opened this issue May 14, 2023 · 1 comment

Comments

@SMSajadi99
Copy link

Hello everyone!

Tnx for sharing your helpful project.

I have started working on your Github. However, I want to run the code with mini-version of the Nuscenes dataset. In all part of your code, only the full dataset is used. Since, I have three questions!

1- I want to know that, is it possible to run the code with mini-version?
2- Also, is it possible to generate the .pkl files with mmdetection? Or, can you provide it on your Github?
3- Are sweeps data (I mean non-annotated frames) necessary for your training algorithm? Or, just by the keyframes we can run the training code.

Thank you.

@kaixinbear
Copy link
Owner

Thanks for your questions.
Since I haven't done any experiment on mini-version, please feel free to ask if you come cross bugs.
1- CAPE could be run on mini-version. I comprehend mini-version of nuscenes as a subset of the whole dataset. So just prepare the data format as the full dataset.
2- I think you just need to place v1.0-mini under the nuscenes root and run the script:
python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes --version v1.0-mini
3- The sweeps data are not necessary but you need to generate the custom pkl file and modify the dataset by yourself.
Or for simplicity, the provided pkl file has included the keyframes. You can specify the keyframe id for just the keyframes.

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

2 participants