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
- Host: GitHub
- URL: https://github.com/mayankpatel97/object_detection_yolo5_python
- Owner: mayankpatel97
- Created: 2024-06-16T12:25:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T18:23:33.000Z (about 2 years ago)
- Last Synced: 2025-03-02T05:22:57.929Z (over 1 year ago)
- Topics: computer-vision, cv2, python, yolov5
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dependencies
=========================================================================
pip install ultralytics
pip install opencv-python
pip install supervision
pip install torch