You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Jihoon, thanks for sharing this code. I've adapted it to take a different model for a separate project by creating new variables in cmib/model/skeleton.py, but I can't seem to produce meaningful inferences.
I have a few questions about the inference process that I hope you can take some time to help me with.
From your experience, is there a recommended minimum input training length? I see LAFAN1 has sequences from 3k frames to 9k frames long, but I currently have sequences under 1k.
Can I confirm that from_idx and target_idx are loaded from the checkpoint and that by default, there is no way to specify them at inference time?
Is there a way to generate more frames over the given inference interval? e.g. between frame 10 and 50, I would like to make a longer sequence that is about 100 frames, to support different playback rates.
For test_idx, what do the values 950, 1140, 2100 correspond to? I thought they were frame numbers, but I can't seem to give numbers more than the test classes that I have.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello Jihoon, thanks for sharing this code. I've adapted it to take a different model for a separate project by creating new variables in cmib/model/skeleton.py, but I can't seem to produce meaningful inferences.
I have a few questions about the inference process that I hope you can take some time to help me with.
from_idx
andtarget_idx
are loaded from the checkpoint and that by default, there is no way to specify them at inference time?test_idx
, what do the values950, 1140, 2100
correspond to? I thought they were frame numbers, but I can't seem to give numbers more than the test classes that I have.Thanks!
The text was updated successfully, but these errors were encountered: