pangsu0613 / CLOCs

CLOCs: Camera-LiDAR Object Candidates Fusion for 3D Object Detection
MIT License
351 stars 68 forks source link

fuse other 2D detection #80

Open 15837070577 opened 2 years ago

15837070577 commented 2 years ago

Hello,I want to integrate other two-dimensional models, similar to yolox. How can I exchange them!

cxy-ccc commented 2 years ago

Run yolox first,and then get the coordinate of the bbox. And you should transfer it to kitti format. Change the file d2_detection_data with the new comment.