Skip to content

SILCO: Show a Few Images, Localize the Common Object(ICCV2019)

License

Notifications You must be signed in to change notification settings

justcallmewilliam/iccv19-silco

Repository files navigation

The official code of "SILCO: Show a Few Images, Localize the Common Object"(ICCV2019)

Introduction

Starting from a few weakly-supervised support images and a query image, we are able to localize the common object in the query image without the need for a single box annotation. We only know that there is a common object, we do not know where and what the common object is. For more details, please refer to our paper.

For more details of our framework, please refer to our paper or project website.

Acknowledgement

The code is based on https://github.com/amdegroot/ssd.pytorch,https://github.com/vgsatorras/few-shot-gnn,https://github.com/AlexHex7/Non-local_pytorch, the mAP evaluation is based on https://github.com/rafaelpadilla/Object-Detection-Metrics, thanks for their contribution for open sourcing.

Instruction

ln -s your_local_coco14_path coco14
ln -s your_local_pascalvoc_path VOCdevkit

Training

CUDA_VISIBLE_DEVICES=0 python silco.py  --dataset cl_voc07 --subset 0

Testing

CUDA_VISIBLE_DEVICES=0 python silco.py  --dataset cl_voc07 --subset 0 --test

Our pretrained weight can be found https://drive.google.com/open?id=1zNIHchYkIo1hg64usgonAJtK9vAQcQr-

Dataset

Check data/list directory.

Citation

If you find the code or trained models useful, please consider citing:

@inproceedings{hu2019silco,
  title={{SILCO}: show a few images, localize the common object},
  author={Tao HU and Pascal Mettes and Jia-Hong Huang and Cees G. M. Snoek},
  booktitle={ICCV},
  year={2019}
}

Question

For question, please send me email: t+a+o+h+u+6+2+0 at gmail.com(remove '+').

About

SILCO: Show a Few Images, Localize the Common Object(ICCV2019)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages