V2AI / Det3D

World's first general purpose 3D object detection codebse.
https://arxiv.org/abs/1908.09492
Apache License 2.0
1.49k stars 298 forks source link

How to classify multi-class using PointPillar in kitti dataset? #65

Closed smell-fishy closed 4 years ago

smell-fishy commented 4 years ago

Hi, Is there any pointpillar model or model configure for multiclass detection in kitti dataset?

poodarchu commented 4 years ago

you can reference nuscenes configs. You just need to modify multi task configs.

smell-fishy commented 4 years ago

you can reference nuscenes configs. You just need to modify multi task configs.

Thanks! I will try it.