IDEA-Research / Motion-X

[NeurIPS 2023] Official implementation of the paper "Motion-X: A Large-scale 3D Expressive Whole-body Human Motion Dataset"
https://motion-x-dataset.github.io
Other
531 stars 14 forks source link

ground info lost in Aist #71

Open siyuzou opened 6 months ago

siyuzou commented 6 months ago

Hi! I'm trying to visualize Aist dataset. After translation scaling problem solved (issues/10), the motion seems fine, but the ground info is lost:

image image

The actor is not on the ground plane (the black line indicate the ground plane, y=0), and the heights varies across different motions.

Will there be a script update to fix this ?

linjing7 commented 5 months ago

Hi, thanks for your interest! Yes, we need to minus the lowest foot height (minimum of y values of the motion) to make the people on the ground plane. We have done this operation during our visualization. We'll add it in the next release.