Coder Social home page Coder Social logo

cnnmot's Introduction

CNN-MOT

The goal of this project is to implement a multiple object tracker algorithm for computer vision applications.

Object detection

The object detection algorithm is based on a CNN pre-trained Yolo v3 model proposed in this paper. Some part of the code are used in this project as well as part of this tutorial

Installation

The project is written in Python (v3.6). You can install it using pip.

pip3 install git+https://github.com/rdesarz/cnnmot.git

Keras model generation

This project is using Keras however the and so the model needs to be translated to a Keras model before using any of the scripts. Run the following instructions in the root folder of the repo. It will download the model and translate it.

wget  https://pjreddie.com/media/files/yolov3.weights
./bin/generate_keras_model.py --weights yolov3.weights --model_name yolov3.h5

Usage

Jupyter notebook

To get a demo of the detection, a Jupyter notebook yolov3_object_detection_colab_example located in the notebook folder of the project is available.

Object detection

Using webcam

./bin/webcam_object_detection.py --model yolov3.h5

Using image file

./bin/image_file_object_detection.py --model yolov3.h5 -- image example.jpg

License

This project is licensed under the MIT License - see the LICENSE.md file for details

cnnmot's People

Contributors

rdesarz avatar

Watchers

 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.