open-mmlab / mmdetection3d

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

How to make the training dataset category different from the test dataset category? #2324

Open zhanghaozhe23 opened 1 year ago

zhanghaozhe23 commented 1 year ago

What's the feature?

Take kitti data set as an example, use pedestrians and cars during training, and use pedestrians, cars and cyclists during testing.

Any other context?

No response

JingweiZhang12 commented 1 year ago

@zhanghaozhe23 Hi, you can set different class_names in data of train and test