Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

File metadata and controls

23 lines (16 loc) · 1.04 KB

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