xiaomengyc / SPG

(ECCV2018) Self-produced Guidance for Weakly-supervised Object Localization
https://arxiv.org/abs/1807.08902
MIT License
146 stars 25 forks source link

About the dataset #3

Open FzuLJ opened 6 years ago

FzuLJ commented 6 years ago

HI, can you provide the links to download the datasets? I am not sure which version of imagenet is used in this project.

xiaomengyc commented 5 years ago

I used ILSVRC 2016. You may need to register on this website (http://image-net.org/download), and then download the dataset after getting granted.

xiaopingzeng commented 5 years ago

Is CLS-LOC dataset downloaded? about 155GB?

xiaomengyc commented 5 years ago

@xiaopingzeng Exactly!

xiaopingzeng commented 5 years ago

Thanks!

Rahul-Venugopal commented 5 years ago

Hi @xiaopingzeng @xiaopingzeng , Are you using SPG for testing on random images ? If so , can you help me to change the paths in the code to test on random images .Lets say I have an image named "bird.jpg" and I am using the trained model on cub from https://drive.google.com/file/d/1WfrELBlEoq5WO7gKUv-MLTQ8QHY-2wiX/view . Can you help me to modify the paths in the code to test with the image "bird.jpg"?