Skip to content

YOLO Model for carrying out the object detection and localisation task.

Notifications You must be signed in to change notification settings

vivek2188/YOLO-Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO-Object-Detection

YOLO Model for carrying out the object detection and localisation task.

VOC 2007 Dataset

The training data consists of a set of images. Each image has an annotation file giving a bounding box and object class label for each object in one of the twenty classes present in the image. There are 9963 images, containing 24640 annotated objects.

The twenty object classses that have been selected are:

  • Person: person
  • Animal: bird, cat, cow, dog, horse, sheep
  • Vehicle: aeroplane, bicycle, boat, bus, car, motorbike, train
  • Indoor: bottle, chair, dining table, potted plant, sofa, tv/monitor

For additional details here

About

YOLO Model for carrying out the object detection and localisation task.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages