microsoft / DIF-Net

Deformed Implicit Field: Modeling 3D Shapes with Learned Dense Correspondence CVPR 2021
MIT License
121 stars 19 forks source link

texture transfer detail #11

Closed herical closed 1 year ago

herical commented 1 year ago

Hi, thanks for your great work! It's quite interesting and the texture transfer results shown in the project are so great! And I am now trying to redo the texture transfer process. I notice that you use 128 ** 3 samples for creating mesh and calculate the correspondencing template coords. I used the same samples to transfer texture, but I found that the final texture transfer result is quite blurred. So would you please tell me more detail about the texture transfer so as to reproduce figure10?