EricGuo5513 / text-to-motion

Official implementation for "Generating Diverse and Natural 3D Human Motions from Texts (CVPR2022)."
MIT License
462 stars 40 forks source link

How to obtain glove? #35

Closed ZhengdiYu closed 11 months ago

ZhengdiYu commented 11 months ago

Thank you for your amazing work! May I ask how we can obtain glove? It seems like some vocab and a 300-dim word vector. Where can we get the 300 dim vectors? (e.g. if we want to enlarge the vocab or change to another language)

EricGuo5513 commented 11 months ago

Hi, I got it from https://nlp.stanford.edu/projects/glove/, specifically this one: https://nlp.stanford.edu/data/glove.6B.zip.

ZhengdiYu commented 11 months ago

Great! Exactly the same one as I found before. :) Thank you for confirming.