ai4r / Gesture-Generation-from-Trimodal-Context

Speech Gesture Generation from the Trimodal Context of Text, Audio, and Speaker Identity (SIGGRAPH Asia 2020)
Other
245 stars 35 forks source link

Missing Configuration of Fasttext in README #28

Closed Woolseyyy closed 2 years ago

Woolseyyy commented 2 years ago

The steps of configuring pretrianed fasttext model are missing in README.

Download pretrianed fasttext model from here and put crawl-300d-2M-subword.bin and crawl-300d-2M-subword.vec at data/fasttext.

youngwoo-yoon commented 2 years ago

Thank you! I'll add it.