Skip to content

purpose: correctly output bounding boxes around the objects and predict what the objects are.

Notifications You must be signed in to change notification settings

morteza89/YOLOv1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv1

purpose: correctly output bounding boxes around the objects and predict what the objects are. Here Im trying to reimplement the YOLOv1 from scratch on the PascalVOC dataset available on Kaggle in the following link: https://www.kaggle.com/dataset/734b7bcb7ef13a045cbdd007a3c19874c2586ed0b02b4afc86126e89d00af8d2

I forked the code is made by @Aladdin on this dataset (the actual code with the details are available), and tried to rewrite, implement and retrain it on the provided dataset. This is a PyTorch-based code and works properly. For the 100 examples, it gives 0.93 mean average precision with the loss of 28.58.

About

purpose: correctly output bounding boxes around the objects and predict what the objects are.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages