SelfReconCode
SelfReconCode copied to clipboard
Example of Texture Map
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.
The script texture_mesh_prepare.py outputs the inputs of texture_mesh_extract needed.
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:
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.