akshitac8 / tfvaegan

[ECCV 2020] Official Pytorch implementation for "Latent Embedding Feedback and Discriminative Features for Zero-Shot Classification". SOTA results for ZSL and GZSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question on training custom dataset

e96031413 opened this issue · comments

Hi, if I want to train my custom dataset with tf-vaegan, what should I prepare?
In util.py, line 34 and line 37, which read the image_embedding and class_embedding file (.mat format) respectively.
How can I generate .mat files so that I can train my own dataset? Thanks

Hello @e96031413, Thank you for your interest in our work. I have mentioned the details in the readme.

Thanks for your sharing, I am converting my dataset to mat file now.

Hi, can you share more detail about how to transfer custom class_embedding.txt into .mat file?
Thank you!