Forum

Author Topic: Agisoft Metashape 1.6.0 pre-release  (Read 162964 times)

bisenberger

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Digital Mapping & Graphics
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #30 on: September 18, 2019, 02:28:07 PM »
Some really good additions in this release, thanks Agisoft  :)

The Metashape Pro scripts aren't working with version 6.
https://github.com/agisoft-llc/metashape-scripts

Will out-of-core for meshing with depth maps be added in this release?
« Last Edit: September 18, 2019, 02:37:21 PM by bisenberger »
Digital Mapping & Graphics LLC
https://digital-mapping.net/

wojtek

  • Sr. Member
  • ****
  • Posts: 284
    • View Profile
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #31 on: September 18, 2019, 03:06:52 PM »
Some really good additions in this release, thanks Agisoft  :)

The Metashape Pro scripts aren't working with version 6.
https://github.com/agisoft-llc/metashape-scripts

Will out-of-core for meshing with depth maps be added in this release?

The api naming has been updated, all you need to do is rename some things to make it work again.

bisenberger

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Digital Mapping & Graphics
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #32 on: September 19, 2019, 03:30:32 PM »
Some really good additions in this release, thanks Agisoft  :)

The Metashape Pro scripts aren't working with version 6.
https://github.com/agisoft-llc/metashape-scripts

Will out-of-core for meshing with depth maps be added in this release?

The api naming has been updated, all you need to do is rename some things to make it work again.

Thanks wojtek, it worked.  :)
I changed compatible_major_version = "1.5" to compatible_major_version = "1.6"
« Last Edit: September 19, 2019, 03:44:01 PM by bisenberger »
Digital Mapping & Graphics LLC
https://digital-mapping.net/

bisenberger

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Digital Mapping & Graphics
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #33 on: September 23, 2019, 11:30:50 PM »
What does the Publish results option do when checked in the Cloud processing dialog?
Digital Mapping & Graphics LLC
https://digital-mapping.net/

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14818
    • View Profile
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #34 on: September 24, 2019, 02:21:08 PM »
What does the Publish results option do when checked in the Cloud processing dialog?
Hello Bill,

Agisoft Cloud account page has been updated, now it is possible to display 3D content (point clouds, mesh and tiled models) of the georeferenced projects in the cloud from the personal account page.
Currently the visualization is only accessible for the account page owner, but we are planning to implement the option to share the data via link and also to allow 2D results (DEM and orthomosaics) visualization.
Best regards,
Alexey Pasumansky,
Agisoft LLC

solosails

  • Newbie
  • *
  • Posts: 13
    • View Profile
Version 1.6.0 Normal Map export??
« Reply #35 on: September 24, 2019, 08:50:44 PM »
Hi, I see in the changelog for Version 1.6.0th that it is possible to export normal maps with .OBJ format, yet I see no such option in any menu items or during export ... am I missing something?

Seboon

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: Version 1.6.0 Normal Map export??
« Reply #36 on: September 25, 2019, 12:50:38 PM »
Hi, I see in the changelog for Version 1.6.0th that it is possible to export normal maps with .OBJ format, yet I see no such option in any menu items or during export ... am I missing something?

It's done automatically provided that you've created it  ;)
« Last Edit: September 25, 2019, 01:56:50 PM by Seboon »
S.Poudroux
Archaeologist - Topographer - Drone remote pilot

Seboon

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #37 on: September 25, 2019, 01:56:29 PM »
Hi,

I've seen in API changelog  " Added Model.getActiveTexture() and Model.setActiveTexture()" methods.
I would like to switch programmatically between the different textures in order to make a capture of the textured model view for each of them.
Here's my code:
Code: [Select]
tex = Metashape.app.document.chunk.model.textures
num = 0
for i in tex:
Metashape.app.document.chunk.model.setActiveTexture(i,Metashape.Model.TextureType(i.type))
Capture = Metashape.app.captureModelView(width = 1114, height = 763, transparent = (True), hide_items = (True), source = Metashape.DataSource.ModelData, mode = Metashape.ModelViewMode.TexturedModelView)   
Cap = Metashape.Image(Capture.width, Capture.height, "RGBA", "U8")
Capture.save('C:/Users/.../Desktop/num{}.png'.format(num))
num +=1

But unfortunately it dosen't change the texture type of the model...
Any ideas please?
S.Poudroux
Archaeologist - Topographer - Drone remote pilot

stephan

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #38 on: September 25, 2019, 02:41:17 PM »
FYI using the latest build in the python API I get very low numbers of tie points after "match photo + align cameras", no matter which settings I use, and I often get complete crashes during the "align cameras step" :)

Moving back to 1.5.5 now, but will test the next pre release of 1.6 to see.

bisenberger

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Digital Mapping & Graphics
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #39 on: September 25, 2019, 02:52:14 PM »
What does the Publish results option do when checked in the Cloud processing dialog?
Hello Bill,

Agisoft Cloud account page has been updated, now it is possible to display 3D content (point clouds, mesh and tiled models) of the georeferenced projects in the cloud from the personal account page.
Currently the visualization is only accessible for the account page owner, but we are planning to implement the option to share the data via link and also to allow 2D results (DEM and orthomosaics) visualization.

Hi Alexey,
Sounds great! that will be very useful.  8)
Digital Mapping & Graphics LLC
https://digital-mapping.net/

Mohammed

  • Full Member
  • ***
  • Posts: 191
    • View Profile
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #40 on: September 27, 2019, 10:20:57 PM »
Hi Alexey,

What is ''Guided image matching'' in Align photo stage mean please?
great update BTW.

Mohamed

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14818
    • View Profile
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #41 on: September 30, 2019, 03:02:48 PM »
I try the java binding, on windows 64, some small errors in method visibility but it look like some dependent dll are missing in the windows implementation ... is this the case ?
metashape.dll seems to need other dll ...

Any idea where can I found them ?
Hello Pierre,

Please check the pre-release update. Now Java bindings should include all the required DLLs.
Best regards,
Alexey Pasumansky,
Agisoft LLC

Mohammed

  • Full Member
  • ***
  • Posts: 191
    • View Profile
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #42 on: September 30, 2019, 03:44:58 PM »
Hi Alexey,

What is ''Guided image matching'' in Align photo stage mean please?
great update BTW.

Mohamed

I just tried Guided image match and got long time process and miss alignment many photos? So what dose it do?
Mohamed

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14818
    • View Profile
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #43 on: September 30, 2019, 09:02:50 PM »
Hello Mohamed,

Guided Matching option is recommended for the high resolution images, like 50-100+ MPix images in order to provide excessive tie points that could be missed by the feature point detector.

For common consumer grade cameras the feature would not give considerable effect and would take longer time, compared to the common workflow.
Best regards,
Alexey Pasumansky,
Agisoft LLC

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14818
    • View Profile
Re: Agisoft Metashape 1.6.0 pre-release
« Reply #44 on: September 30, 2019, 09:04:36 PM »
FYI using the latest build in the python API I get very low numbers of tie points after "match photo + align cameras", no matter which settings I use, and I often get complete crashes during the "align cameras step" :)

Moving back to 1.5.5 now, but will test the next pre release of 1.6 to see.
Hello Stephan,

Can you provide the code lines that you are using and the processing logs related to the crashed operations?

If you are running the matching and alignment multiple times for the same dataset, are you removing the previously acquired tie points and resetting the previous alignment?
Best regards,
Alexey Pasumansky,
Agisoft LLC