-
Notifications
You must be signed in to change notification settings - Fork 13
Description
When running the full pipeline on a set of unposed images
python train.py -s /tmp/wallmart/ -o out --sfm_config unposedthat outputs ply:
`-- tetra_meshes
`-- tetra_mesh_binary_search_7.plythe 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.