Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 429 Bytes

File metadata and controls

12 lines (9 loc) · 429 Bytes

Object Detection

Image Classification : involves predicting the class of an object in an image.
Object Localization : involves identifying the location of objects in an image.
Object Detection : combines both of these tasks i.e, classifies and localizes objects in an image.

Libraries required :

  • Tensorflow
  • Numpy
  • Matplotlib

Author : Padmini Rai