-
Notifications
You must be signed in to change notification settings - Fork 45
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
A issue about 12HZ data generation #126
Comments
You can find the related code here. I remember that ASAP indeed only contains the val. set by default, and manual changes have to be made in their code. I will try to search for my old materials in the following days. In the meantime, I hope the information above helps you. |
Thank you for your help, it's useful to me! According to your prompt:
It works! Thank you for your help again! |
Glad to hear that! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I tried to run
bash scripts/ann_generator.sh 12 --ann_strategy 'interp'
, the terminal showAfter that, i tried to run
python tools/create_data.py nuscenes --root-path ../data/nuscenes --out-dir ../data/nuscenes_mmdet3d-12Hz --extra-tag nuscenes_interp_12Hz --max-sweeps -1 --version interp_12Hz_trainval
, the terminal showI think it means the 12HZ data generation only generate val dataset.
Though I already know you have released all the pre-generated annotations, i still hope you could share the method for generation 12HZ train dataset, since i might use my own dataset later.
Thank you so much for your great work! Looking forward to your reply!
The text was updated successfully, but these errors were encountered: