• Stars
    star
    232
  • Rank 167,203 (Top 4 %)
  • Language
    Jupyter Notebook
  • Created almost 7 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Build a CNN network to predict 3D bounding box of car from 2D image.

This is an implementation in Keras of the paper "3D Bounding Box Estimation Using Deep Learning and Geometry" (https://arxiv.org/abs/1612.00496).

Demo on a street video

Foo

Usage

  • "3D Box Regression.ipynb" => to construct and train the network to regress 3D bounding boxes.
  • "Final KITTI Evaluation.ipynb" => to draw 3D bounding boxes on 2D images.