edgarschnfld / CADA-VAE-PyTorch

Official implementation of the paper "Generalized Zero- and Few-Shot Learning via Aligned Variational Autoencoders" (CVPR 2019)
MIT License
283 stars 57 forks source link

Attribute vector creation procedure #24

Closed prashastbindal closed 3 years ago

prashastbindal commented 3 years ago

Hi,

I am using your attributes file, but I am curious about how the attributes vectors are created because I need to create them for another dataset. I see there are two keys in the .mat file "original_att" and "att" with different statistics for the arrays. Is there some normalization that is performed on binary attribute vectors? If you have the .mat file creation script can you please share it

Thanks in advance !

edgarschnfld commented 3 years ago

Hi,

That question has been answered already earlier here in issue https://github.com/edgarschnfld/CADA-VAE-PyTorch/issues/14. Sorry for the late answer.