open-mmlab / mmdetection3d

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

[Bug] Database version not found: /dataset/v1.0-mini/v1.0-trainval #3030

Open HaiCLi opened 1 month ago

HaiCLi commented 1 month ago

Prerequisite

Task

I'm using the official example scripts/configs for the officially supported tasks/models/datasets.

Branch

main branch https://github.com/open-mmlab/mmdetection3d

Environment

bevfusion docker

Reproduces the problem - code sample

python tools/create_data.py nuscenes --root-path /dataset/v1.0-mini/ --out-dir /dataset/nuscenes --extra-tag nuscenes

Reproduces the problem - command or script

python tools/create_data.py nuscenes --root-path /dataset/v1.0-mini/ --out-dir /dataset/nuscenes --extra-tag nuscenes

Reproduces the problem - error message

Database version not found: /dataset/v1.0-mini/v1.0-trainval

Additional information

After I downloaded the nuscene-mini dataset, I did not find v1.0-trainval folder inside.

mdessl commented 4 days ago

The mini version is called v1.0-mini and the full dataset v1.0-trainval. That's why it's not working.