Agisoft Metashape

Agisoft Metashape => Bug Reports => Topic started by: xTTx on December 30, 2019, 09:33:11 PM

Title: Saving Batch Process doesn't save all the parameters (Depth maps quality)
Post by: xTTx on December 30, 2019, 09:33:11 PM
Problem impacts the Build Mesh from Depth Maps workflow using Batch Process templates.
Tried this with the same result on versions 1.5.5 and 1.6.0 prerelease.

To recreate:
- Open the "Batch Process" interface
- Add job "Build Mesh", set source data to "Depth Maps"
- Set "Depth maps quality" to "Ultra high"
- Save the template
- Load the template

Loaded template proces "Depth maps quality" is now "Medium" -> the "Depth maps quality" parameter is not saved in the file:

 <job name="BuildModel" target="all">
    <keep_depth>true</keep_depth>
    <source_data>6</source_data>
    <vertex_colors>false</vertex_colors>
  </job>

Thanks,
Tomislav
Title: Re: Saving Batch Process doesn't save all the parameters (Depth maps quality)
Post by: Alexey Pasumansky on December 31, 2019, 11:51:34 AM
Hello Tomislav,

Thank you for reporting.

It will be fixed in the 1.6.0 release update.
Title: Re: Saving Batch Process doesn't save all the parameters (Depth maps quality)
Post by: xTTx on January 02, 2020, 10:28:09 PM
In the new version (build 9925) the parameter "downscale " was added, but it's not taken into account when loading the batch process:
Saved file "ultra high", loaded value "medium" quality (downscale parameter is ignored):

<job name="BuildModel" target="all">
    <downscale>1</downscale>
    <keep_depth>true</keep_depth>
    <source_data>6</source_data>
    <vertex_colors>false</vertex_colors>
</job>
Title: Re: Saving Batch Process doesn't save all the parameters (Depth maps quality)
Post by: Alexey Pasumansky on January 04, 2020, 05:00:48 PM
Hello Tomislav,

Thanks, we'll check that.
Title: Re: Saving Batch Process doesn't save all the parameters (Depth maps quality)
Post by: xTTx on January 27, 2020, 12:46:47 AM
The issue is fixed in the version 1.6.1, you can close the topic!