We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
main branch https://github.com/open-mmlab/mmdetection3d
bevfusion docker
python tools/create_data.py nuscenes --root-path /dataset/v1.0-mini/ --out-dir /dataset/nuscenes --extra-tag nuscenes
Database version not found: /dataset/v1.0-mini/v1.0-trainval
After I downloaded the nuscene-mini dataset, I did not find v1.0-trainval folder inside.
The text was updated successfully, but these errors were encountered:
The mini version is called v1.0-mini and the full dataset v1.0-trainval. That's why it's not working.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: