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
Hi,
We have created sample codes and visualizations in the edit.ipynb notebook. Please refer to the 'Long Range' section in edit.ipynb. The model requires a list of text and the number of frames for each text.
text= ['a person walks forward then turn left.',
'a person crawling from left to right',
'a person dribbles a basketball then shoots it.',
'the person is walking in a counter counterclockwise circle.',
'a person is sitting in a chair, wobbles side to side, stands up, and then start walking.']
m_length=torch.tensor([192, 196, 84, 164, 196])
pred_pose=mmm.long_range(text, m_length.cuda(), output='concat')
text= ['a person walks forward then turn left.',
'a person crawling from left to right',
'a person dribbles a basketball then shoots it.',
'the person is walking in a counter counterclockwise circle.',
'a person is sitting in a chair, wobbles side to side, stands up, and then start walking.']
m_length=torch.tensor([192, 196, 84, 164, 196])
pred_pose=mmm.long_range(text, m_length.cuda(), output='concat')
Hello, author, how to generate a long action sequence?
The text was updated successfully, but these errors were encountered: