zhan-xu / RigNet

Code for SIGGRAPH 2020 paper "RigNet: Neural Rigging for Articulated Characters"
GNU General Public License v3.0
1.34k stars 181 forks source link

Metrics code #58

Closed dhorka closed 2 years ago

dhorka commented 2 years ago

Is it possible that you upload the code used for obtain the metrics reported in the paper? I am interested on the euclidean distance between deformed points.

zhan-xu commented 2 years ago

Do you mean the "avg dist" and "max dist" in skinning evaluation? This is done in Maya, where you can set small random rotations to a subset of randomly picked joints. The code for this would be hard to release. We add them simply for the comparison with NeuroSkinning paper.

dhorka commented 2 years ago

Could it be possible to have the code for the rest of the metrics? Precision, recall l1 distance and so on?

About the comparison with NeuroSkinning, I saw that there is no code for this paper. have you implemented by yourselves the code? Is it possible to have it? I would like to know how did you implement the superskeleton approach using this dataset.