Xharlie / BtcDet

Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Apache License 2.0
195 stars 42 forks source link

Results on other KITTI classes #12

Open withinnoitatpmet opened 2 years ago

withinnoitatpmet commented 2 years ago

I noticed that you only provide the config for car class, do I miss anything? How can I reproduce the results for pedestrian and cyclist? Looking forward for your reply, thanks!

tnb918 commented 2 years ago

I have the same problem. Does anyone know how to solve it?

Orbis36 commented 2 years ago

So basically here the author only augment the lidar points of cars in my opinion, so first, you need to change the parameter and make pedestrian and cyclist can be augmented. Then add 2 new detection heads in ANCHOR_GENERATOR_CONFIG which is in btc_kitti_car.yaml, the configuration file of PV-RCNN in OpenPCDet maybe help for that change.

It's not that easy to do all these changes, so if you can update this repository, we will be very much appreciated it! @Xharlie