Skip to content

Latest commit

 

History

History

Object Detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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