-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Docs] How to use custom dataset for training? #2603
Comments
I also encountered this issue, there is no processing code for 'custom' in script tools/create_data.py |
so do i!!! |
You need to emulate other datasets to generate |
@sunjiahao1999 Thanks. I already covert my point cloud datasets to KITTI data format. |
@sasuga62complex Can share the how you converted it? |
+1 |
How do you solve the problem? I can't use my customized datasets to train the mmdetection3d models. I would be very appreciate it if you can tell me how should I do it. Thanks! |
u need to rewrite data_converter.py and create_data.py for ur own datasets |
my annotated dataset prepared using SUSTechPoints ,and I already covert my point cloud datasets to KITTI data format. the next, due to my classes more than 3, how do rewrite data_converter.py and create_data? @sunjiahao1999 @HydrogenWasser |
7 classes are already included for KITTI data format (I think it's related class KittiDataset in mmdet3d/datasets/kitti_datasets.py, maybe...) In addition, You need to check configs/base/datasets/*.py which you use. |
|
Branch
dev-1.x branch https://mmdetection3d.readthedocs.io/en/dev-1.x/
📚 The doc issue
I run the following command:
in
https://github.com/open-mmlab/mmdetection3d/blob/dev-1.x/docs/en/advanced_guides/customize_dataset.md
.The command, however, went wrong with
NotImplementedError: Don't support custom dataset.
I think there is no related code about
custom
dataset format in 'tools/create_data.py`.I want to use pure point cloud dataset and its annotated dataset prepared using SUSTechPoints.
How can I do to use them to train pointpillars model?
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered: