akshitac8 / Generative_MLZSL

[TPAMI 2023] Generative Multi-Label Zero-Shot Learning
https://akshitac8.github.io/GAN_MLZSL/
GNU General Public License v3.0
50 stars 14 forks source link

Classification Results/Detection Results #9

Closed aliman80 closed 2 years ago

aliman80 commented 2 years ago

Hi, I have run the code and now i am looking forward to reproduce the classification as well as detection results , Can you provide me access to code for classification results plotting as well as detection part. Also how to test it separately for only ALF scheme or FLF scheme without CLF .Thanks alot

akshitac8 commented 2 years ago

Hello @aliman80 the classification results are computed using the classifier.py code which is uploaded in the reposistory. For the detection results, I used the code uploaded here : https://github.com/nasir6/zero_shot_detection. For testing it seperately as it is mentioned in the paper CLF is a combination of ALF and FLF. The results of both the modules can be reproduced from the repository by making changes to the codebase. Please check the arguments early fusion and Late fusion mentioned in the config file for the same.

aliman80 commented 2 years ago

Hello @aliman80 the classification results are computed using the classifier.py code which is uploaded in the reposistory. For the detection results, I used the code uploaded here : https://github.com/nasir6/zero_shot_detection. For testing it seperately as it is mentioned in the paper CLF is a combination of ALF and FLF. The results of both the modules can be reproduced from the repository by making changes to the codebase. Please check the arguments early fusion and Late fusion mentioned in the config file for the same.

Thank you very much for your reply, i believe my questions are too naive for your expertise level but thanks alot. Now i am just wondering why my results are in the range of mAP zsl 6.7 and GZSL 21-22. Thanks alot