When running the full pipeline on a set of unposed images
python train.py -s /tmp/wallmart/ -o out --sfm_config unposed
that outputs ply:
`-- tetra_meshes
`-- tetra_mesh_binary_search_7.ply
the resulting .ply file does not contain a texture, when imported via blender.
I can see that in a (now commented out) README part that the parameter export_obj has been once used, that creates textures. Am I missing something here?
I remember blender having issues with textures on ply files in the past with UV based volors, but these seem to be resolved by version 4 and other than https://projects.blender.org/blender/blender/issues/131413 I cannot find any recent issues discussing this. The solution displayed in the blender project issue however is not applicable to my Blender v 4.3.2 as it is missing these settings.
As there are textured blender screenshots in this repo I'm hoping to find a quick solution for this in here.
When running the full pipeline on a set of unposed images
that outputs ply:
the resulting
.plyfile does not contain a texture, when imported via blender.I can see that in a (now commented out) README part that the parameter
export_objhas been once used, that creates textures. Am I missing something here?I remember blender having issues with textures on ply files in the past with UV based volors, but these seem to be resolved by version 4 and other than https://projects.blender.org/blender/blender/issues/131413 I cannot find any recent issues discussing this. The solution displayed in the blender project issue however is not applicable to my Blender v 4.3.2 as it is missing these settings.
As there are textured blender screenshots in this repo I'm hoping to find a quick solution for this in here.