Forum

Author Topic: Modeling efficiency  (Read 1923 times)

空空

  • Newbie
  • *
  • Posts: 26
    • View Profile
Modeling efficiency
« on: July 08, 2020, 10:42:49 AM »
I used Metashape 1.5.2 version。I have 1000 images,use Metashape modeling need 10 minutes,but script  api method buildTileModel need 20 minutes.Script and metashape used the same parameters why efficiency is so bad?

空空

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Modeling efficiency
« Reply #1 on: July 08, 2020, 11:57:20 AM »
script:chunk.buildDepthMaps(quality=Metashape.Quality.LowQuality,filter=Metashape.FilterMode.MildFiltering,reuse_depth=True)
chunk.buildTiledModel(pixel_size=0.236346,tile_size=1024,source=Metashape.DataSource.DepthMapsData,face_count=4000, reuse_depth=True,ghosting_filter=False)

空空

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Modeling efficiency
« Reply #2 on: July 08, 2020, 12:50:01 PM »
I still want to know the offset value when exporting tile model

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: Modeling efficiency
« Reply #3 on: July 10, 2020, 03:25:21 PM »
Hello,

It would be helpful, if you provide the processing logs related to GUI and API runs for the same procedure.
Best regards,
Alexey Pasumansky,
Agisoft LLC

空空

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Modeling efficiency
« Reply #4 on: July 13, 2020, 01:00:28 PM »
hello Alexey Pasumansky,
   I have uploaded the log file.The log is GUI

空空

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Modeling efficiency
« Reply #5 on: July 13, 2020, 01:01:58 PM »
The file is API