Object Detection Using Python With OpenCV
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
Project Files
/
Loading...
| .. | ||
| This directory is empty. | ||