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

How to get minimal body of my own data for test_scanimate.py? #19

Closed MrChangJiang closed 2 years ago

MrChangJiang commented 2 years ago

Dear authors, thanks for your amazing work. I have a questions about minimal bofy: I found running test_ scanimate.py requires a canonical pose of 6890 vertices, but the number of vertices of cano.obj obtained by running the training code is greater than 6890, so it cannot be run on the test code. How to get minimal body of my own data for test_scanimate.py?

xiegongsheldon commented 2 years ago

i also have that question someone have any ideas?? thank you

shunsukesaito commented 2 years ago

cano.obj is the result of Marching Cube. Thus, it doesn't have consistent number of vertices. If you wish to obtain minimally clothed body of your own data, you first need to run SMPL/SMPLX fitting (NOTE: This is not part of this code base. Please use third party body fitting codes).

xiegongsheldon commented 2 years ago

谢谢!邮件已收到。