Skip to content

xiaomengyc/I2C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview of I2C

Build Module

cd models/obj_simi/
python build.py build_ext --inplace

Train

We finetune the I2C model on the ILSVRC dataset.

cd scripts
sh train.sh

Test

Use the test script to generate attention maps.

cd scripts
sh val.sh

Citation

If you find this code helpful, please consider to cite this paper:

@inproceedings{zhang2020inter,
  title={Inter-Image Communication for Weakly Supervised Localization},
  author={Zhang, Xiaolin and Wei, Yunchao and  Yang, Yi},
  booktitle={European Conference on Computer Vision},
  year={2020},
  organization={Springer}
}

About

(ECCV2020) Inter-Image Communication for Weakly Supervised Localization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages