Skip to content

ErenGurs/YOLO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO Based object Tracking

Create conda environemnt and install necessary packages

conda create -n yolo python=3.9
conda activate yolo

Install necessary packages:

pip install opencv-python
pip install matplotlib

Get YOLO weights from YOLO webpage

wget https://pjreddie.com/media/files/yolov3.weights

Then go and download yolov3.cfg and coco.names

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages