Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.12 KB

Large Scale Detection through Adaptation

Demo code available at: https://github.com/jhoffman/lsda This code accompanies the arXiv report.

Download pre-trained 7.5K model:

To try out an example, run:

startup;
detect10k_demo(rcnn_model, rcnn_feat, 'ex_img.jpg');

Dependency

This code requires Caffe to be installed. For Installation instructions visit: http://caffe.berkeleyvision.org

Citing

"LSDA: Large Scale Detection Through Adaptation." J. Hoffman, 
S. Guadarrama, E. Tzeng, R. Hu, J. Donahue, R. Girshick, T. Darrell, and
K. Saenko. Neural Information Processing Systems (NIPS), 2014.

http://arxiv.org/abs/1407.5035