Ecosyste.ms: Awesome
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: 1 day 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T18:23:33.000Z (5 months ago)
- Last Synced: 2024-06-16T19:56:00.618Z (5 months ago)
- Topics: computer-vision, cv2, python, yolov5
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- 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