You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
taxonomy_clip_embeddings.pt is a dictionary that maps verbs and noun classes into their CLIP features. To generate this file, you can simply make use of CLIP text_encoder function for each verb and noun.
I have added the taxonomy_clip_embeddings file to the model.
However, this file was only used during the experiments, and it is not used in the final model.
Could you point me to the script to generate
taxonomy_clip_embeddings.pt
? I can't find it in the repo.The text was updated successfully, but these errors were encountered: