cdcseacave/openMVS

Since the .mvs format does not store point clouds, --export-type obj cannot export obj.

SSground opened this issue · 7 comments

TextureMesh scene.mvs --mesh-file scene_dense_mesh.ply --export-type obj
Error LOG;
Segmentation fault (core dumped)

--mesh-file and --export-type obj is not supported

solved, pls try latest develop

solved, pls try latest develop

The save and load obj in this step(TextureMesh ) have been solved.
But in this step(ReconstructMesh) save obj only saves the points(v * * *) and does not save the face(f / / /) information.

sry for that, pls try latest develop

There seems to be a problem with the generated obj. The latter step[TextureMesh] cannot be used, and there is an error when opening meshlab.

TextureMesh

I found out that it was a problem written by usemtl in obj.cpp, and mat.name is empty, causing the mtl file to not write the material.
It's solved now, thanks

I encountered while using the latest release version (2.3.0). When will the fix be released for this issue? Should I now use the develop branch to compile it myself?

There is no issue. All is working fine.