APN-ZSL icon indicating copy to clipboard operation
APN-ZSL copied to clipboard

This is a PyTorch implementation of the paper "Attribute Prototype Network for Zero-Shot Learning".

Results 7 APN-ZSL issues
Sort by recently updated
recently updated
newest added

Hello dear author, The experiments about part localization in Section 4.2 are interesting, and I wanna run this part in CUB dataset. I have noticed that there is a function...

Hi, the CUB dataset does not consist of attri_groups_8.json, how can I get attri_groups_8.json? FileNotFoundError: [Errno 2] No such file or directory: '/home/flc/project/APN-ZSL-master/data/CUB/attri_groups_8.json'

![2022-06-29 13-40-20 的屏幕截图](https://user-images.githubusercontent.com/61510717/176360128-d49ed603-0cf1-4953-bd07-2fa7a8e4ad06.png) ![2022-06-29 13-40-32 的屏幕截图](https://user-images.githubusercontent.com/61510717/176360151-93d7300e-1536-4e60-8163-fd30d9895a9f.png) ![2022-06-29 13-40-54 的屏幕截图](https://user-images.githubusercontent.com/61510717/176360164-862e2ef7-5f0d-461e-a763-db68464d6450.png) Hi, it seems there are two softmax calculations in this loss. I am confused about it. Can you tell me the...

The model of the global part and the local part in your code seems to be the same, and the pre-trained resnet101 you used seems to be fine-tuned. After I...

How to use CAM_back.py and CAM_utils.py to visualize attribute prototypes?

Dear APN-ZSL authors, Code reproduction seems uneasy to me, as shown in title, original code includes `opt.resnet_path = '../pretrained_models/resnet101_sun.pth.tar'`, but the target model weight is not invluded in the repository....

Hi, I am now working on ZSL and interested in your nice work, after reading the code, I have some questions need your help: 1. In your paper, after the...