GAP-LAB-CUHK-SZ / Get3DHuman

63 stars 8 forks source link

mesh #1

Open Tiandishihua opened 11 months ago

Tiandishihua commented 11 months ago

Can I get a mesh with color and texture?

X-zhangyang commented 11 months ago

You can inferece a mesh with texture by using our released the inference code and pretrain wegith.

Tiandishihua commented 11 months ago

Thank you very much for your reply. Can I use my own picture to generate a mesh with color?                                                                                             Best wishes to you. 

------------------ 原始邮件 ------------------ 发件人: "X-zhangyang/Get3DHuman" @.>; 发送时间: 2023年11月20日(星期一) 凌晨1:55 @.>; @.**@.>; 主题: Re: [X-zhangyang/Get3DHuman] mesh (Issue #1)

You can inferece a mesh with texture by using our released the inference code and pretrain wegith.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

X-zhangyang commented 11 months ago

As mentioned in our paper, our goal is to generate shape & texture feature volumes, and then utilize fixed pifu decoder to obtain 3D textured meshes. So first you need convert image to shape & texture feature volumes, then try to obtain the corresponding latent code by inversing, and at last generate the mesh with the latent code.