Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noorkhokhar99/yolov8-object-tracking
https://github.com/noorkhokhar99/yolov8-object-tracking
python tracking video yolov8face
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noorkhokhar99/yolov8-object-tracking
- Owner: noorkhokhar99
- Created: 2023-01-11T06:56:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T07:35:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T23:26:10.696Z (almost 2 years ago)
- Topics: python, tracking, video, yolov8face
- Language: Python
- Homepage:
- Size: 6.44 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yolov8-object-tracking
### Features
- Object Tracks
- Different Color for every track
- Video/Image/WebCam/External Camera/IP Stream Supported### Steps to run Code
- Clone the repository
```
git clone https://github.com/noorkhokhar99/yolov8-object-tracking.git
```- Goto cloned folder
```
cd yolov8-object-tracking
```- Install the ultralytics package
```
pip install ultralytics==8.0.0
```- Do Tracking with mentioned command below
```
#video file
python yolo/v8/detect/detect_and_trk.py model=yolov8m.pt source="test.mp4" model=yolov8m.pt show=True#imagefile
python yolo/v8/detect/detect_and_trk.py model=yolov8m.pt source="path to image" model=yolov8m.pt#Webcam
ppython yolo/v8/detect/detect_and_trk.py model=yolov8m.pt source=0 model=yolov8m.pt show=True#External Camera
python yolo/v8/detect/detect_and_trk.py model=yolov8m.pt source=1 model=yolov8m.pt show=True
```- Output file will be created in the working-dir/runs/detect/obj-tracking with original filename
### Results
YOLOv8s Object Tracking
### References
- https://github.com/abewley/sort
- https://github.com/ultralytics/ultralyticsIf you find my videos useful, I would love your support on Pyresearch: https://www.youtube.com/c/Pyresearch