Skip to content

A PyTorch implementation of YOLO (You Only Look Once) for object detection on PASCAL VOC 2007. This project features a custom YOLO loss function working with a pre-trained ResNet50 backbone for transfer learning. The model detects 20 object categories with bounding boxes and confidence scores, achieving a minimum mAP of 0.5 after training.

Notifications You must be signed in to change notification settings

Aryanag2/YOLO-PASCAL-VOC-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO-PASCAL-VOC-Detection

About

A PyTorch implementation of YOLO (You Only Look Once) for object detection on PASCAL VOC 2007. This project features a custom YOLO loss function working with a pre-trained ResNet50 backbone for transfer learning. The model detects 20 object categories with bounding boxes and confidence scores, achieving a minimum mAP of 0.5 after training.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published