open-mmlab / mmdetection3d

OpenMMLab's next-generation platform for general 3D object detection.
https://mmdetection3d.readthedocs.io/en/latest/
Apache License 2.0
5k stars 1.49k forks source link

[Docs] Training models on v1.0-mini nuscenes dataset #2979

Closed AbdilahiMJama closed 1 month ago

AbdilahiMJama commented 1 month ago

Branch

dev-1.x branch https://mmdetection3d.readthedocs.io/en/dev-1.x/

📚 The doc issue

Hi, I'm fairly new to deep learning and 3D Object Detection and this is more of a question rather than an issue. When working with the nuscenes v1.0-mini dataset which has 10 scenes, do we need to add the v1.0-trainval and v1.0-test folder like below? Or is the trainval and test included in the v1.0-mini dataset? nuscenes

A final question would be how to train any model on the v1.0-mini dataset. I tried training using the centerpoint pillar02 cyclic 20e nus-3d.py file (the name was too long to type) and it has taken about a day to train? I only have one gpu (RTX 3060 Ti).

Thanks.

Suggest a potential alternative/fix

No response

sunpian1 commented 1 month ago

you do not need to include v1.0-trainval and v1.0-test folder

AbdilahiMJama commented 1 month ago

Many thanks. I trained a centerpoint pillar model and got this error when testing: AssertionError: Database version not found: data/nuscenes/v1.0-trainval. How would I solve this error?

trainval

AbdilahiMJama commented 1 month ago

Many thanks. I trained a centerpoint pillar model and got this error when testing: AssertionError: Database version not found: data/nuscenes/v1.0-trainval. How would I solve this error?

trainval

Solved it!

Barath19 commented 3 weeks ago

Many thanks. I trained a centerpoint pillar model and got this error when testing: AssertionError: Database version not found: data/nuscenes/v1.0-trainval. How would I solve this error? trainval

Solved it!

how was this error solve??

AbdilahiMJama commented 3 weeks ago

Many thanks. I trained a centerpoint pillar model and got this error when testing: AssertionError: Database version not found: data/nuscenes/v1.0-trainval. How would I solve this error? trainval

Solved it!

how was this error solve??

In the nuscenes_dataset.py file (which is under mmdet3d/datasets folder) , comment out the line "v1.0-trainval" at line number 63 and add this line "v1.0-mini".