Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```