An open API service indexing awesome lists of open source software.

https://github.com/mayankpatel97/object_detection_yolo5_python

Python code for live object detection using CV2 and YOLO5
https://github.com/mayankpatel97/object_detection_yolo5_python

computer-vision cv2 python yolov5

Last synced: 25 days ago
JSON representation

Python code for live object detection using CV2 and YOLO5

Awesome Lists containing this project

README

          

dependencies
=========================================================================

pip install ultralytics
pip install opencv-python
pip install supervision
pip install torch