• Stars
    star
    361
  • Rank 117,220 (Top 3 %)
  • Language
    Jupyter Notebook
  • Created over 8 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tensorflow implementation of "Learning Deep Features for Discriminative Localization"

Weakly_detector

Tensorflow implementation of "Learning Deep Features for Discriminative Localization"

B. Zhou, A. Khosla, A. Lapedriza, A. Oliva, and A. Torralba Learning Deep Features for Discriminative Localization. Computer Vision and Pattern Recognition (CVPR), 2016. [PDF][Project Page]

Results of Caltech256 Dataset

alt tag

Results of Action40 Dataset

alt tag Object localization using only image-level annotation, without bounding box annotation.

  • If you want to train the model using custom dataset, you need the pretrained VGG Network weights [VGG], which is used in [code].