Kebii / R2ET

(CVPR 2023) Skinned Motion Retargeting with Residual Perception of Motion Semantics & Geometry
MIT License
168 stars 11 forks source link

NPZ files provided for character shape are missing some parts of the mesh #15

Open Theo-Cheynel opened 10 months ago

Theo-Cheynel commented 10 months ago

Based on the way that for-loops handle the creation of the data in extract_shape.py (basically rewriting existing variables at each frame), I suspected that only the last mesh was taken into account.

I looked into the NPZ for the YBot, and indeed, it only has 10514 vertices in rest_vertices, which is exactly the number of vertices in the "Joints" mesh of the XBot (see attached figure, in the bottom-right corner).

image

Does the method only expect character with a single mesh ? Maybe that explains some poor results I've had recently when trying to run the inference on provided files...?