hbdat / cvpr20_LESA

Shared Attention for Multi-label Zero-shot Learning accepted @ CVPR20
MIT License
31 stars 6 forks source link

function not found "evaluate_zs_df_OpenImage" #2

Closed akshitac8 closed 3 years ago

akshitac8 commented 3 years ago

Hi @hbdat,

I was trying to train the open-images dataset but I was not able to find the evaluate function for the same. I also wanted to ask, the training images are taken from 5 million images with trainable classes?

Regards, Akshita

hbdat commented 3 years ago

Hi Akshita,

Thanks again for letting me know about this missing function. I have added the evaluation function ‘evaluate_zs_df_OpenImage’ in the ‘core.utils’ file (please see the latest commit)

For the training images, yes, we only use images with trainable classes.

Best, Dat