Skip to content
/ YOLOv1 Public

My implementation of YOLO v1 algorithm for object detection

License

Notifications You must be signed in to change notification settings

gabswb/YOLOv1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv1

My implementation of YOLO v1

Usage

Training

You should downloads pretrained wheights of Yolo architecture to reduce the amount of time required for the convergence and thus ease your burden on the training. Then chose your dataset and put it a folder named dataset.

python3 train.py workdir

workdir is . by default.

Decoder

You can use your model or just load a trained model. If you want to load another trained model put the weights in checkpoints directory and name it best.

About

My implementation of YOLO v1 algorithm for object detection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages