BCNet icon indicating copy to clipboard operation
BCNet copied to clipboard

How can I do texture stitching?

Open Minsoo2022 opened this issue 4 years ago • 2 comments

I really appreciate your paper and open code. In the paper, there are some figures where the meshes are reconstructed with texture. Is there any method for texture stitching? If it is impossible to share code for texture stitching, can you give me some advice?

Thank you

Minsoo2022 avatar Feb 02 '21 16:02 Minsoo2022

In the dataset, I didn't find the texture file

MichaleGo avatar Mar 29 '21 09:03 MichaleGo

@Minsoo2022 Sorry for the late reply. My texture stitching method is straight, basically utilizing the registered garment mesh to find corresponding vertices on the scan mesh, then extracted the scanned color to our garments UV space. Maybe you can refer to this repository for texture stitching. I’m busy lately and have no time to organize my code.

jby1993 avatar Apr 02 '21 02:04 jby1993