bennyguo / instant-nsr-pl

Neural Surface reconstruction based on Instant-NGP. Efficient and customizable boilerplate for your research projects. Train NeuS in 10min!
MIT License
856 stars 84 forks source link

How to generate a texture map in PNG format separately? #91

Open PinzhuoWu opened 1 year ago

bennyguo commented 1 year ago

Hi! You could use xatlas to perform UV unwrapping and export the assets as obj+mtl format. You could refer to the implementation in threestudio. I'll add this feature when I have time.

bennyguo commented 1 year ago

xatlas is an automatic UV-unwrapping tool. It has a Python binding. You could also refer to the threestudio implementation for its usage.

hhh12345678990 commented 1 year ago

那我自己尝试实现一下,我也遇到了和题主一样的问题

hhh12345678990 commented 1 year ago

您好请问如果要生成单独png图像,后续将png图像贴到obj上,应该怎么生成单独的png