Skip to content

BenthamChang/Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Object-Detection

Goal

In this competition, you have to train a model that recognizes objects in an image. Your goal is to output bounding boxes for objects. Given an image(shape = [undefined, undefined, 3]), you need to output a list of bounding boxes (xmin, ymin, xmax, ymax, classlabel, confidencescore) for objects showed in image and its class.

Dataset

PASCAL VOC 2007

擷取