Forum

Author Topic: Python and software results do not match (downscale parameters?)  (Read 5439 times)

rkwik

  • Newbie
  • *
  • Posts: 10
    • View Profile
Python and software results do not match (downscale parameters?)
« on: September 18, 2023, 08:09:07 PM »
I can't understand why the Python and software orthomosaic results are not matching.
I've tested different downscale parameters, but it looks like some functions like buildPointCloud and buildDem do not have these.
The Metashape Python Reference says nothing about these parameters (at least from what I've read). I'd suggest adding explanations of these into the Reference.
Could the lack of a downscale parameter be why I am consistently receiving incorrect results?

TIA
Robin

rkwik

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Python and software results do not match (downscale parameters?)
« Reply #1 on: September 18, 2023, 08:27:46 PM »
I am also wondering if the Point Cloud quality is dependent on the buildDepthMaps downscale?

Diogo

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Python and software results do not match (downscale parameters?)
« Reply #2 on: October 27, 2023, 01:15:44 PM »
Yes, if you compare to the GUI, Build Point Cloud refers to buildDepthMaps and buildPointCloud from the script. So any parameters you'll choose for depth maps generation will influence your point cloud generation.