wuhaozhe / pytorch-nicp

GPU Accelerated Non-rigid ICP for surface registration
MIT License
243 stars 31 forks source link

关于save_textures的问题 #4

Closed Danny-QIN closed 2 years ago

Danny-QIN commented 2 years ago

你好,试了下demo可以跑起来,但是当“save_textures = True”时运行有问题,是这块还没做么?还有导出的低模没有UV信息哇

wuhaozhe commented 2 years ago

Hi, currently we do not support save_textures, because the uv coordinate of template model is unknown. Maybe you can assign uv coordinate of the each vertex according to its correspondence vertex in the source model

Danny-QIN commented 2 years ago

ok , I see, Looking forward to the next Version!