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
Describe the bug
In Meshroom-2023.3.0 on linux (ubuntu 22.04 and 24.04), when I set nbVertices to a specific value, the resulting mesh does not match the number of vertices. Typically there is a factor of 2 or 3 times more in my case.
I am using a template file from the command line of meshroom_batch.
Extract of the template file:
Create a template .mg file containing the inputs for mesh decimate, with fixed nbVertices
Run meshroom_batch -p template.mg --images imagefolder
Verify number of vertices and number of faces using Meshlab (or other software)
Number of vertices does not match the value specified in the template
Expected behavior
In version 2023.1.0 the number of vertices exactly match the value given in the template file. This is the expected behavior.
In version 2023.3.0 they are completely different.
Desktop (please complete the following and other pertinent information):
OS: Ubuntu lts 22.04 and 2.04
Python version: 3.10 and 3.12
Meshroom version: release 2023.3.0
Binary version 2023.3.0
The text was updated successfully, but these errors were encountered:
This was an incorrect interpretation from my part. The MeshDecimate node works as expected, but the Texturing node does not. That is the one 'ignoring' the reduction in the number of faces.
I have created a new issue for the Texturing: #2496
Describe the bug
In Meshroom-2023.3.0 on linux (ubuntu 22.04 and 24.04), when I set
nbVertices
to a specific value, the resulting mesh does not match the number of vertices. Typically there is a factor of 2 or 3 times more in my case.I am using a template file from the command line of
meshroom_batch
.Extract of the template file:
To Reproduce
Steps to reproduce the behavior:
inputs
for mesh decimate, with fixednbVertices
meshroom_batch -p template.mg --images imagefolder
Expected behavior
In version 2023.1.0 the number of vertices exactly match the value given in the template file. This is the expected behavior.
In version 2023.3.0 they are completely different.
Desktop (please complete the following and other pertinent information):
The text was updated successfully, but these errors were encountered: