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

There's no deps/inference directory #19

Closed by2101 closed 1 year ago

by2101 commented 1 year ago

Hi, author! Thank you for your nice work! I am trying to run the sampling and evaluation procedure with the pretrained ckpts. I used the sample_seq.py script. The code loads label from "deps/inference" dir (https://github.com/athn-nik/teach/blob/main/sample_seq.py#L30). However, I did not find how to get this directory (neither in this repo nor on the project website). Could you provide a downloading link to this directory?

Best,

by2101 commented 1 year ago

I found that line is not used. So I directly remove it.