athn-nik / teach

Official PyTorch implementation of the paper "TEACH: Temporal Action Compositions for 3D Humans"
https://teach.is.tue.mpg.de
Other
383 stars 40 forks source link

How to run the demo? No "config.yaml" found in the provided website. #17

Closed RockyXu66 closed 1 year ago

RockyXu66 commented 1 year ago

When I try to run the demo, I follow the README and download the checkpoint from "TEACH" website. But I doesn't find any configurations file like "config.yaml" in Models & Configurations part. Any body knows how to process this?

athn-nik commented 1 year ago

Have you tried unzipping the files and looking for a folder named .hydra? that folder contains all the needed configuration files.

RockyXu66 commented 1 year ago

Have you tried unzipping the files and looking for a folder named .hydra? that folder contains all the needed configuration files.

Hi nik. Thanks for your reply. I download the teach.zip from this link in your website.

image

After unzipping it, I get this structure which I don't see any folder named .hydra. Do you know which step I was doing wrong.

image
athn-nik commented 1 year ago

Can you open this path in a terminal and do ls -al ? Or try "cmd+shift+." To show hidden files in Mac?

RockyXu66 commented 1 year ago

Can you open this path in a terminal and do ls -al ? Or try "cmd+shift+." To show hidden files in Mac?

Oh, Sorry I forget .hydra is a hidden folder. I extract the zip file and successfully run the interact_teach.py script in my remote ubuntu machine. Thanks for your replay.

However, after running the interact_teach.py, I always get the same rendered results with specific texts and durs (e.g. texts=[jump, wave right hand, wave left hand] durs=[2, 2, 2]). Should I change any seed in the code or change any other things to get a different result for a fixed texts and durs?

athn-nik commented 1 year ago

To get more diverse results you can try changing the random and most importantly change the fact argument in this function . I didn't really dig through the diversity in this project and would be happy if you try it and let me know about the results. I can try parametrizing the demo for more diverse samples.

athn-nik commented 1 year ago

I hope those resolved your issues, let me know if you need more help 🍻