Coder Social home page Coder Social logo

multibin's Introduction

Multibin

This is a partial implementation of the paper : Mousavian, Arsalan, et al. "3D Bounding Box Estimation Using Deep Learning and Geometry." arXiv preprint arXiv:1612.00496 (2016).

The aim of this project is to predict the size of the bounding box and orientation of the object in 3D space from a single two dimensional image. The paper implements a 3D location estimation algorithm as well which we haven't yet implemented. Although, it'll be a good addition. Moreover, we consider only one bin for orientation while the paper suggests two.

Prerequisites

  1. TensorFlow 1.0
  2. Numpy
  3. OpenCV 2
  4. Python 2.7
  5. tqdm

Installation

  1. Git clone this project : git clone https://github.com/shashwat14/Multibin.git
  2. Download the KITTI object detection dataset and save it within the Multibin folder or save it somewhere else and make changes as mentioned in point 3.
  3. Open helper.py and edit the following paths and make sure the path names are correct : path = /path/to/Multibin/ train_path = path + 'training_data/' train_images_path = train_path + 'images_1/' train_labels_path = train_path + 'labels_1/'
  4. Download the weights file (vgg16_weights.npz) and place in Multibin directory. https://www.cs.toronto.edu/~frossard/vgg16/vgg16_weights.npz
  5. python main.py
  6. python train.py
  7. python test.py

multibin's People

Contributors

shashwat14 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

multibin's Issues

visualization

Hello, thank you very much for your code!

and...Is there any visual code for pictures or videos? thanks a lot

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.