Skip to content

PyCVision is a Python-based real-time object detection system powered by the YOLOv3 (You Only Look Once) algorithm. This project leverages the efficiency and accuracy of YOLOv3 for detecting and classifying multiple objects in live video streams or static images.

License

Notifications You must be signed in to change notification settings

AlirezaPlusOfficial/PyCVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Made in Iran Build Release Downloads Discord Donate Alireza Plus

PyCVision

PyCVision is a Python-based real-time object detection system powered by the YOLOv3 (You Only Look Once) algorithm. This project leverages the efficiency and accuracy of YOLOv3 for detecting and classifying multiple objects in live video streams or static images.

Changelog

v1.0.0.0

Known Issue's

ToDo List

💢

Builds And Download

It's so simple, At first you need to have python installed, after that start with installing necessary requirements, type:

pip install -r requirements.txt

now download YOLOv3 which is needed in this project: YOLOv3.weights YOLOv3.cfg coco.names
put all three downloaded files into the same directory where main.py is.

then try to run project with following command:

py main.py

Tested On Python 3.12.8

About

PyCVision is a Python-based real-time object detection system powered by the YOLOv3 (You Only Look Once) algorithm. This project leverages the efficiency and accuracy of YOLOv3 for detecting and classifying multiple objects in live video streams or static images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages