Skip to content

jagjeet-singh/Weakly-Supervised-Object-Localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weakly Supervised Object Localization

The repository contains code for training object detectors in weakly supervised setting, i.e., learning object detectors with just image level labels. This was done as part of the course 16820 (Visual Learning and Recognition).

Requirements:

  1. PyTorch
  2. Tensorflow (Used only for Tensorboard)
  3. Visdom
  4. Pillow (PIL)

The code contains simplified implementations of the following papers:

  1. Oquab, Maxime, et al. "Is object localization for free?-weakly-supervised learning with convolutional neural networks." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2015.
  2. Bilen, Hakan, and Andrea Vedaldi. "Weakly supervised deep detection networks." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2016.

Sample Result from 1st paper:

Alt text

Sample Results from 2nd paper:

Alt text Alt text Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published