SelfReconCode icon indicating copy to clipboard operation
SelfReconCode copied to clipboard

Example of Texture Map

Open hanhuili opened this issue 2 years ago • 2 comments

Hi! Thanks for your great work. I try to run VideoAvatar but it is not maintained and not compatible with mainstream libs (e.g., python 3). Could you provide some pre-processed examples of custom data (e.g., texture map) or the format of inputs in texture_mesh_extract, so that I can prepare my own data without using VideoAvatar? Thank you.

hanhuili avatar Jun 22 '22 02:06 hanhuili

The script texture_mesh_prepare.py outputs the inputs of texture_mesh_extract needed.

jby1993 avatar Jun 22 '22 02:06 jby1993

The script texture_mesh_prepare.py outputs the inputs of texture_mesh_extract needed.

When I utilize the script texture_mesh_extract .py on my own data, I met a error at frame as follow:

error2

Do you know how to deal with it. I found that the visible at line 86 will be array([], dtype=int64).

Thank you very much.

xjchao7 avatar Jul 11 '22 03:07 xjchao7