Open antonagafonov opened 1 year ago
Hi,
To use the UVRender in "utils\render.py", you need 3 things:
Then you can input them into UVRender to define the layer. If you have a .obj file with all uv information, You can use "def parse_uv_info(obj_path):" in "utils\render.py" to get the above 3 things.
Thanks!
Best regards,
Ziqian Bai
Hi, Can somebody help me out, please? If I want to render a custom UV map on top of SMPL body, how can I do it based on this paper's code?
Thanks Again. Great paper guys.