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
{{ message }}
This repository was archived by the owner on May 9, 2023. It is now read-only.
Hi I am currently making large dataset (approximately 10 min long) out of motion graph task.
When I check the Scadiver paper, it says the graph backtrace until it reaches to unvisited node. However, the code here gets out of the loop when it meets node with no outgoing edge. and the result generates less frames than the input..
I did also check the paper, motion vae with dynamic controller. It says you have generated 10 min length with CMU dataset, which I had experimented earlier and it resulted in 1min length..
Is there anyway to generate large motion dataset with this??