smallcorgi / 3D-Deepbox

3D Bounding Box Estimation Using Deep Learning and Geometry (MultiBin)
MIT License
488 stars 151 forks source link

Question regarding the purpose of this repo #42

Open Pari-singh opened 4 years ago

Pari-singh commented 4 years ago

Hi @smallcorgi, thanks a lot for your code.

Wanted to confirm that this repo only regresses the 2D-3D part of the paper, correct? This doesn't do the 2D detection (Faster RCNN/MS CNN) in the paper as even while testing, the 2D bounding boxes are given as the input. This means that the 2D input is fed to regress 3D and that's it.