gulvarol / surreal

Learning from Synthetic Humans, CVPR 2017
http://www.di.ens.fr/willow/research/surreal
Other
588 stars 106 forks source link

What does "ung_" mean? #21

Closed andreaskoelsch closed 5 years ago

andreaskoelsch commented 5 years ago

Many of the clips have the prefix "ung_" in their sequence name. I wonder what this means and if these sequences should be treated different.

gulvarol commented 5 years ago

It stands for 'ungendered'. This is the output of MoSH fitting to the CMU MoCap data. When we retarget the SMPL parameters for synthetic data creation, we do not use the original gender and randomly pick a gender, so it was ignored for this project.

andreaskoelsch commented 5 years ago

I see. Thank you!

I have one more question: What do the 30%, 50% and 70% overlap mean? I first thought, overlap means that there are frames which exist in multiple clips, but I could not find such clips.

gulvarol commented 5 years ago

The overlap is on the mocap sequences. CMU motion capture data has very long sequences. In order to diversify the videos, we used the mocap frames with some overlap and broke them into 100-frame clips. But at each time, we randomly sample everything else so the frames do not match in appearance. The common thing is just the 3D motion.