Forum

Author Topic: Masks creation from imported polygons  (Read 1094 times)

ANow96

  • Newbie
  • *
  • Posts: 6
    • View Profile
Masks creation from imported polygons
« on: January 20, 2022, 01:04:20 PM »
Hi,

I am working on a project with huge datasets and I need to process dense cloud on highest possible settings. Since processing time is crucial I can't afford to process dense cloud for whole area. Because of that I thought that maybe there is a way to improve processing time with use of Metashape Python API by automatically creating masks for each and every image based on imported polygons.

In attached screenshot (fragment of single image), you can see an example of my dataset where the polygons marks the areas I only want to generate dense cloud.

I would really appreciate any suggestions and ideas.

   

ANow96

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Masks creation from imported polygons
« Reply #1 on: January 25, 2022, 06:54:14 PM »
Since I had some time I checked different repositories and topics on this forum. I found some scripts and plugins written by GeoScan. This plugin can do exactly what I asked for in this topic so I'm leaving a link to their github repo in case anyone in the future will have same problem.

Unfortunately there are some tracebacks after starting the plugin but I'll try to do something with this on my own.