OpenDroneMap / ODM

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
https://opendronemap.org
GNU Affero General Public License v3.0
4.92k stars 1.11k forks source link

More memory efficient find_features_homography #1696

Closed pierotofy closed 1 year ago

pierotofy commented 1 year ago

As the title says. We're currently not checking for bounds on image size when using find_features_homography, which OOMs easily with large images.

Ref https://github.com/OpenDroneMap/WebODM/issues/1374