Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjarbas/yolov8x-pytorch
Object Detection in video streaming from Youtube
https://github.com/pjarbas/yolov8x-pytorch
computer-vision deep-learning norfair opencv pytorch tracking yolov8x
Last synced: about 10 hours ago
JSON representation
Object Detection in video streaming from Youtube
- Host: GitHub
- URL: https://github.com/pjarbas/yolov8x-pytorch
- Owner: PJarbas
- Created: 2022-07-12T13:19:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T10:42:22.000Z (9 months ago)
- Last Synced: 2024-04-22T10:17:03.728Z (7 months ago)
- Topics: computer-vision, deep-learning, norfair, opencv, pytorch, tracking, yolov8x
- Language: Python
- Homepage:
- Size: 21.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Object Detection and tracking in video streaming from Youtube
![](icon/icon.gif)
This project aims to use a object detecion deep learning model with tracking, using a the yolov8x with norfair library
### Get started
Ensure that your **python** version is >= 3.9
Install the requirements:
```bash
$ pip install -r requirements.txt
```To make the inference, run the following command:
```bash
$ python main.py
```