Giter Site home page Giter Site logo

bennyustc / monocular-camera-3d-object-detection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amrzaki98/monocular-camera-3d-object-detection

0.0 0.0 0.0 32.05 MB

3D object detection using monocular camera

Python 50.30% Jupyter Notebook 49.70%

monocular-camera-3d-object-detection's Introduction

Monocular-camera-3D-object-detection

The yolo model is taken from the following : https://github.com/zzh8829/yolov3-tf2

To download and Convert pre-trained Darknet weights in the above repo

yolov3
wget https://pjreddie.com/media/files/yolov3.weights -O data/yolov3.weights
python convert.py --weights ./data/yolov3.weights --output ./checkpoints/yolov3.tf

Samples of the Detection algorithim

image

image2

The algorithim

  1. Yolov3 algorithim is used to draw 2D bounding boxes around the object
  2. Another deep learning model is used to get the orientation of each detected object
  3. Following the geometric constraints equations from this paper: https://arxiv.org/abs/1612.00496, one could calculate the displacement between the camera and the center of the object.
  4. We assume that the dimention of any object is the average dimention of the object's class in the kitti datset

references:

https://arxiv.org/abs/1612.00496
https://github.com/zzh8829/yolov3-tf2

monocular-camera-3d-object-detection's People

Contributors

amrzaki98 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.