We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for your great work! I notice your code about process the glove in HumanML3D format. Could I run the code to get my finetuned glove?
def convert_glove_vec_to_humanml_rep(): data_folder = "/glove_finetune" glove_vec_path = os.path.join(data_folder, "glove_finetune.txt") dest_vec_npy_path = os.path.join(data_folder, "our_vab_data_finetune.npy") dest_word2idx_pkl_path = os.path.join(data_folder, "our_vab_idx_finetune.pkl") dest_word_pkl_path = os.path.join(data_folder, "our_vab_words_finetune.pkl") ...
the code borrow from
chois_release/t2m_eval/utils/word_vectorizer.py
Line 115 in 9cd4cf6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for your great work!
I notice your code about process the glove in HumanML3D format.
Could I run the code to get my finetuned glove?
the code borrow from
chois_release/t2m_eval/utils/word_vectorizer.py
Line 115 in 9cd4cf6
The text was updated successfully, but these errors were encountered: