wutong16 / Voxurf

[ ICLR 2023 Spotlight ] Pytorch implementation for "Voxurf: Voxel-based Efficient and Accurate Neural Surface Reconstruction"
Other
399 stars 28 forks source link

How to generate a UV unfolded map of a 3D model #21

Open pipijiev12 opened 1 year ago

pipijiev12 commented 1 year ago

I generate 3D models according to procedural steps. However, adding the --extract_color parameter to the generate model command did not find the color added to the model. Currently, I want to add color to the 3D model using the UV unwrap. How to generate it?