Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 256 Bytes

File metadata and controls

3 lines (3 loc) · 256 Bytes

Classification And Localisation Of Images

  1. Using the PASCAL VOC2010 dataset,a classifier is built to classify across 20 classes using CNN based models.- classification.py
  2. Object localization : predict bounding box for each image. - localisation.py