DeepMotionEditing / deep-motion-editing

An end-to-end library for editing and rendering motion of 3D characters with deep learning [SIGGRAPH 2020]
BSD 2-Clause "Simplified" License
1.58k stars 256 forks source link

About the mean and var of each character? #61

Closed ANYMS-A closed 4 years ago

ANYMS-A commented 4 years ago

Hi,

I have a question about the mean and var located in the ./retargeting/datasets/Mixamo/mean_var.

I'd like to know the mean and var of each character's motion data are just calculated based on the test data or they are calculated based on the whole dataset?

If it is the whole dataset, how many data did you use to calculate the mean and var?

Many thanks!

PeizhuoLi commented 4 years ago

For test data we used the whole Mixamo dataset to calculate the mean and var. Roughly 490000 frames @60fps. Perhaps the whole dataset is not necessary.