Skip to content

IvLabs/Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-Detection

Description

Object detection in images combines classification and object localisation tasks. In short, training the NN model over set of images to detect instances of objects of various categories in an image.

Algorithms used-

  1. Sliding window technique(two stage detector improved with implementation of overfeat paper)
  2. YOLO unified v1 algorithm(one stage detector)
  3. Image segmentation (using U-Net architecture)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published