shunsukesaito / SCANimate

This repository contains the code for the paper "SCANimate: Weakly Supervised Learning of Skinned Clothed Avatar Networks"
https://scanimate.is.tue.mpg.de/
Other
274 stars 31 forks source link

Test on unseen subjects #16

Closed aniskacem closed 2 years ago

aniskacem commented 2 years ago

Dear authors,

Many thanks for sharing such an amazing work. Without training, would it be possible to test this tool on 3D scans of unseen subjects in the training? The training data consisting of pairs of (raw scans, motion parameters) is not straightforward to obtain for a given subject.

Thanks!

JinlongYANG commented 2 years ago

Hi, Thanks for your interest in our work! Unfortunately, this work does not generalize to unseen subjects. It only generalizes to unseen poses of the training subjects.

If you are interested, POP or MetaAvatar generalize to unseen subjects to certain extent.

About the paired training data, once you have raw scan sequences, body motion parameters are not that difficult to obtain. 1) Render the raw scans in different views, 2) run 2D or 3D human pose estimation algorithms on these images and 3) fuse these results, you'll get a basic motion parameter estimation.

aniskacem commented 2 years ago

Thanks for the prompt answer :) !

Indeed, this could be feasible if you have sequences of raw scans, however I was hoping to find a way that animates raw 3d scan while having only a static scan. I will have a look at the two mentioned works. Thanks a lot for the hints!

I am closing this issue.