Best Options to Improve Processing Speed

Hi everyone,

Thanks in advance for any help with this. I am trying to figure out the options to select in order to optimize processing speed while still getting the results I want. I am using a DJI Mavic 3 Enterprise for mapping missions of Texas ranches. The only things I really care about providing my clients are orthomosaics, elevation models, and maybe plant health. Other than that, I am not interested in any other features at this time.

Currently, I am processing 1000-5000 photo sets of large ranches on an Amazon AWS EC2 server with 32 vCPU and 256 Memory (GiB). It is taking longer than I would like to do this, so I was wondering if anyone had any additional options I could select to optimize this process. Right now, my only options are: dsm: true, skip-3dmodel: true

Hoping to hear what y’all think, thanks!

2 Likes

If your scenes are largely flat, images are taken at nadir, and you have a fixed flight height above ground (stable GSD), and if you have good EXIF, you might benefit from --fast-orthophoto and --sfm-algorithm planar, though it might impact DEM product quality a bit.

2 Likes

Thank you!

1 Like

I would say that Hahog with Flann is the best, it’s fast and accurate. Orb might be the fastest and Sift the most accurate but Hahog is in between.

2 Likes

Thanks for your input! I’m still pretty new to this, so where do I go to select that option?

1 Like

I’ve been waiting for someone to run a few of these combinations against the same dataset to share the impact on time, memory, and output quality. Any chance you’ve done this?

1 Like

Yes, I’ve done it on a few datasets.

Winners, speed:
Orb
Hahog
Sift

Winner, densest cloud:
Sift
Hahog
Orb

Winner, camera calibration-accuracy:
Sift/Hahog Can’t see any significant difference
Orb Problems with camera calibration when oblique images are scarce.

4 Likes

You select this values under the Feature Type option

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.