You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, during the process of Binding Texture to the Mesh, I encountered an issue where: texrecon ./images ./fused_mesh.ply ./textured_mesh --outlier_removal=gauss_clamping --data_term=area --no_intermediate_results
The error message does not include the command texrecon, and I have noticed that there is no texrecon in pyproject.toml.
Has the code been updated? How should we proceed with Binding Texture to the Mesh now?
The text was updated successfully, but these errors were encountered:
I believe you need to install mvs-texturing, then add the executable file folder into env PATH. For example: my executable file folder is ./mvs-texturing/build/app/texrecon, add this path to the system PATH and you are able to use texrecon
Hello, during the process of Binding Texture to the Mesh, I encountered an issue where:
texrecon ./images ./fused_mesh.ply ./textured_mesh --outlier_removal=gauss_clamping --data_term=area --no_intermediate_results
The error message does not include the command
texrecon
, and I have noticed that there is notexrecon
inpyproject.toml.
Has the code been updated? How should we proceed with Binding Texture to the Mesh now?
The text was updated successfully, but these errors were encountered: