Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xTTx

Pages: [1]
1
Feature Requests / Add "Build Tie Points" to batch processing
« on: December 23, 2023, 11:56:16 AM »
I have a workflow that involves using "Build Tie Points" step. Having this step as a batch process would simplify my workflow and reduce the number of issues (e.g. if I change the settings and forget to change them back between opening the Metashape instances).

2
General / Re: JXL format doesn't read the EXIF data
« on: May 20, 2023, 10:14:10 PM »
Alexey,

Thanks for the quick solution!

Tomislav

3
General / Re: JXL format doesn't read the EXIF data
« on: May 12, 2023, 03:19:16 PM »
Hi Alexey,

I've sent the example photos for you to review.

Thanks,
Tomislav

4
General / JXL format doesn't read the EXIF data
« on: May 12, 2023, 01:01:53 AM »
Hi,

It seems that the EXIF data is not being read properly for the JXL format (on show info I only get the channels and the resolution).
When the same photo is decompressed back to JPG format I see the EXIF data, so it's there.

I'm using the Metashape standard 2.0.1 version.

Thanks!

5
The issue is fixed in the version 1.6.1, you can close the topic!

6
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>

7
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

Pages: [1]