Error creating custom dataset #2944
Unanswered
Dana136484
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following the documentation(https://mmdetection3d.readthedocs.io/en/latest/advanced_guides/customize_dataset.html) I am running in my custom raw dataset:
![屏幕截图 2024-04-03 083708](https://private-user-images.githubusercontent.com/126674286/318996602-a5675032-e224-421f-94eb-6898b8ff875f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3Mjg1ODMsIm5iZiI6MTczOTcyODI4MywicGF0aCI6Ii8xMjY2NzQyODYvMzE4OTk2NjAyLWE1Njc1MDMyLWUyMjQtNDIxZi05NGViLTY4OThiOGZmODc1Zi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQxNzUxMjNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03NGM1YWFjOWFlMTVkMWE2MjIwYjI3NjcyYTAyYzI2NWI5MjQ1NTEwY2MwYTg0OTFmMTlkZjRkNjkwY2EwMGE5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.zwJ8b_RJ-zeELSurfOhN_4Fncmw7uSAY2ZMYe1M9stI)
python3 tools/create_data.py custom --root-path /mnt/Data1/dataset_carla/training --out-dir /mnt/Data1/dataset_carla/training/ --extra-tag custom
I am getting this error:
File "tools/create_data.py", line 356, in raise NotImplementedError(f'Don't support {args.dataset} dataset.') NotImplementedError: Don't support custom dataset.
I have read the create_data.py, it seems to not support the argument of 'custom'
How to solve it? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions