Skip to content

Weakly Supervised Object Localization via Class RE-Activation Mapping

License

Notifications You must be signed in to change notification settings

Jazzcharles/CREAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CREAM: Weakly Supervised Object Localization via Class RE-Activation Mapping

This is the official PyTorch implementation for CREAM. We provide the inference code for regressor-based CREAM on CUB dataset. The training code is coming soon. (Sorry our server was attacked and all the users were deleted. We are trying to get our latest code back.)

Requirements

pip install -r requirements.txt

Prepare Data

Download the official Caltech-UCSD-Birds-200-2011 (CUB) dataset.

Inference

mkdir checkpoints

Download the pretrained VGG16/InceptionV3 models for CUB and put them under checkpoints/:

This example shows the usage of inference with vgg16 classification and localization model.

bash infer.sh

This inference code is based on PSOL (https://github.com/tzzcl/PSOL).

About

Weakly Supervised Object Localization via Class RE-Activation Mapping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published