ruotianluo / Context-aware-ZSR

Official code for paper Context-aware Zero-shot Recognition (https://arxiv.org/abs/1904.09320 to appear at AAAI2020)
MIT License
58 stars 8 forks source link

Unable to download pretrained imagenet-model #2

Open buxpeng opened 4 years ago

buxpeng commented 4 years ago

hi ,When I download the pretrained imagenet-model according to the README.md, the connection fails all the time. Is the URL in it changed?

buxpeng commented 4 years ago

Ok,I tested a picture. The category_id in the generated bbox_vgbansalone_test_results.json is the last category detected with zero ZSR, right?How does this category_id correspond to the real label?

image image

ruotianluo commented 4 years ago

It should be in some json file in the datasets folder.

buxpeng commented 4 years ago

Ok, can you tell me where you can normalize the value after Crf?

ruotianluo commented 4 years ago

I am not sure. In fact from https://github.com/ruotianluo/Context-aware-ZSR/blob/master/lib/modeling/rel_heads.py#L135, it seems the scores should be somewhat normalized.

ZY123-GOOD commented 8 months ago

interseting. Maybe the code breaks.

you can still download by enter in the url: https://docs.google.com/uc?export=download&id=1wHSvusQ1CiEMc5Nx5R8adqoHQjIDWXl1

you can replace id with other ids in that python file.

Hello, could you please refresh this download link? Best wishes.

ruotianluo commented 8 months ago

interseting. Maybe the code breaks. you can still download by enter in the url: https://docs.google.com/uc?export=download&id=1wHSvusQ1CiEMc5Nx5R8adqoHQjIDWXl1 you can replace id with other ids in that python file.

Hello, could you please refresh this download link? Best wishes.

https://drive.google.com/drive/folders/0B7fNdx_jAqhtdXR1NUN4NkZwS00?resourcekey=0-4-sXYhJKBsRD8sohsPfDvA&usp=sharing this folder should have all the weights.