Coders Packet

Object Detection Using Python With OpenCV

By Ruparna Mukherjee

Detecting multiple objects with Python as code base and using OpenCV library. The trained datasets are obtained from YOLOv3

Description:

Detecting multiple objects with Python as code base and using OpenCV library. The trained datasets are obtained from YOLOv3. This project can be further extended in detecting specific objects and tracking real-time objects.

 

Requirements:

- NumPy

pip install numpy

- OpenCV

pip install opencv-python

Usage:

Go to the destined folder and open command prompt (terminal). From command prompt (terminal) type:

python object_detection.py --img path_to_image 

     

For example:  python object_detection.py --img image/object.jpg

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Ruparna Mukherjee (rupu3097)

Download packets of source code on Coders Packet