pangsu0613 / CLOCs

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

Fusion of other 3D and 2D detectors #26

Open kshitij3112 opened 3 years ago

kshitij3112 commented 3 years ago

Hi. Congratulations on your work! I have followed the instructions and am able to reproduce the results. One thing which remains unclear is step 2 of "Fusion of other 2D and 3D detectors". In which file or path to save the 3D detector outputs? Also, after making the required changes as suggested in steps 2 and 3, should I just run the same command for the training?

pangsu0613 commented 3 years ago

Hello @kshitij3112, thank you for your interest in CLOCs! I understand these steps are quite complicated. For "fusion of other 2D and 3D detectors", one needs to save the 3D detector output into files (such as .pkl), and read these files during training. This reading process should replace the original SECOND inference process in CLOCs. So, there are some works to do here, not just modify the path. I will have another lab mate helping me maintain this repo in the end of April and we will work on making this whole process clearer and simpler. We will let you know when we have some thing new. Thank you.

kshitij3112 commented 3 years ago

Thank you for your reply. Eagerly waiting for that. :)

WuYiYiYi commented 3 years ago

Hiļ¼Œcongratulate your work ! I also want know about "Fusion of other 2D and 3D detectors", can you give me some sugguestions ? Will you realease this code ?

1553545365 commented 2 years ago

Thank you for your great work! I am waiting for your update too. I want to fusion of other 3D and 2D detectors @pangsu0613 Thank you a lot.