sebastianstarke/AI4Animation

SIGGRAPH ASIA 2019 - Character NSM component

Closed this issue · 2 comments

Hello, I'm trying to use a different set of motion capture data for training the motion prediction model, but I am stuck at step 8 in the ReadMe file: Go back to Unity and copy the path to that folder into the inspector field of the NSM component of the character.

In the motion capture scene I can see a Character GameObject, but neither it nor its children have the NSM.cs script attached. Could this happen because of having opened the scene with a different version of Unity? I used 2019.4.3f1 but when opening the scene it said that it was built with a 2018 version.

Thank you!

Hi, can you try going back to the scene located at Assets/Demo/Demo.unity? This one should have the NSM script attached to the character. The other scene is for viewing and processing mocap data, while this one is setup for inference. Let me know!

My bad, indeed the NSM script is attached to the Anubis object in that scene, thanks a lot for the help! I will close this issue.