Detecting multiple objects with Python as code base and using OpenCV library. The trained datasets are obtained from YOLOv3
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.
- NumPy
pip install numpy
- OpenCV
pip install opencv-python
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
Submitted by Ruparna Mukherjee (rupu3097)
Download packets of source code on Coders Packet
Comments