smallcorgi/3D-Deepbox
A TensorFlow implementation that predicts 3D bounding box size and orientation of objects from single 2D images using deep learning and geometric reasoning.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This project implements the paper 3D Bounding Box Estimation Using Deep Learning and Geometry, using a MultiBin approach to jointly estimate 3D box dimensions and orientation from monocular images. It uses a VGG16-based architecture combined with geometric constraints to regress 3D bounding boxes for cars, pedestrians, and cyclists. The model is trained and evaluated on the KITTI autonomous driving dataset.