alicevision / Meshroom

3D Reconstruction Software
http://alicevision.org
Other
11.11k stars 1.08k forks source link

the output mesh and point cloud are not oriented in the same way #2249

Open dorothea-n-1 opened 11 months ago

dorothea-n-1 commented 11 months ago

Hello, I'm new to using Meshroom.

I'm trying to model bunches of grapes so that I can then calculate the volume of these bunches and thus estimate the yield.

When I open the texturedMesh from "Texturing" or the point cloud from "ConvertSfMFormat" in Cloudcompare or Meshlab, the two models (mesh vs point cloud) are not in the same orientation. One is right side up and the other is 'on its head'.

Here is an image of the point cloud in cloudcompre : image

Here is an image of the mesh in cloudcompre : image

I use :

Thank you for your help. I hope my information has been complete enough. Beste regards Dorothea

zhangwenniu commented 2 days ago

Hi. Is there any progress about this problem? I'm sorry to trouble you again. I encounter the same question and I would be extremely grateful if you could help me. @natowi

natowi commented 2 days ago

I think internally point cloud and mesh use different coordinate system orientations. Use the SfmAlignment or SfmTransform node to align them. This may be a version specific issue.

zhangwenniu commented 1 day ago

Thanks. I think this is surely caused from different coordinate system, a post-process can handle this problem.