Skip to content

This is a simple test usage of the YOLO toolset. Records a live video through your camera and displays detected elements with colored boxes.

License

Notifications You must be signed in to change notification settings

raphaeldenni/yolo-simple-object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolo-simple-object-detection

This is a simple test usage of the YOLO toolset. Records a live video through your camera and displays detected elements with colored boxes.

Installation

It is recommended to use UV package manager to run this project. You can install it by following the instructions here. After installing UV, you can go to the Usage section of this README to run the project.

Or you can install the required packages manually by using pyenv and pip:

pyenv install 3.12
pyenv local 3.12
pip install -r requirements.txt

Usage

uv run main.py

Or with Python 3:

python3 main.py

About

This is a simple test usage of the YOLO toolset. Records a live video through your camera and displays detected elements with colored boxes.

Topics

Resources

License

Stars

Watchers

Forks

Languages