-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Thanks for the great dance dataset and visualization tool!
I was trying to explore the data and met some problems when converting motion 000.json to animation clip in Unity.
I did the conversion as follows:

and it resulted in the following error:

It's so weird cause only 000.json exists in this problem.
Moreover, when I tried to load the JSON file with Python code to see if the shape was correct
motion = json.load(open(path/to/PhantomDanceDatav1.1/motion/000.json))
print(np.array(motion["rotations"]).shape)it outputs:
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (4106,) + inhomogeneous part.
Any replies are welcome.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels