aashishrai3799 / Towards-Realistic-Generative-3D-Face-Models

3D face model that can generate high-quality mesh and texture
Other
252 stars 20 forks source link

TypeError: 'NoneType' object is not subscriptable #18

Closed misakamage closed 9 months ago

misakamage commented 9 months ago

Hi! I think I've resolved the dependencies in Colab, but when running the demo, I encountered this error. Do you know how to solve it? image

aashishrai3799 commented 9 months ago

Hi. It seems like verts_uvs is empty. Can you check what all is stored in aux?

misakamage commented 9 months ago

I print aux, and return Properties(normals=None, verts_uvs=None, material_colors=None, texture_images=None, texture_atlas=None) . It looks like nothing stored in aux?

Additionally, I think this error might be related to the 'head_template.obj' file. Is the 'head_template.obj' file here the same as the one in MICA?

OK I solve this problem, this file is the one in DECA.

misakamage commented 9 months ago

把deca项目里的那个head_template.obj文件放进去就行了

 

------------------ 原始邮件 ------------------ 发件人: "aashishrai3799/Towards-Realistic-Generative-3D-Face-Models" @.>; 发送时间: 2024年1月2日(星期二) 下午4:15 @.>; @.>;"State @.>; 主题: Re: [aashishrai3799/Towards-Realistic-Generative-3D-Face-Models] TypeError: 'NoneType' object is not subscriptable (Issue #18)

I print aux, and return Properties(normals=None, verts_uvs=None, material_colors=None, texture_images=None, texture_atlas=None) . It looks like nothing stored in aux?

Additionally, I think this error might be related to the 'head_template.obj' file. Is the 'head_template.obj' file here the same as the one in MICA?

OK I solve this problem, this file is the one in DECA.

could you tell me how you solve this problem?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>