OpenDroneMap / ODM

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷

Home Page:https://opendronemap.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skip missing multi-band images instead of failing

pierotofy opened this issue · comments

Currently if a multispectral dataset lacks all the images for a band, the reconstruction will fail:

[ERROR]   Multi-camera setup detected, but band "RedEdge" (identified from "IMG.TIF") has only 54 images (instead of 53), perhaps images are missing or are corrupted. Please include all necessary files to process all bands and try again.
[INFO]    Found 213 usable images

We should make it so that the reconstruction continues, emit a warning, and discard the files with missing bands instead.

This is a huge usability improvement for multispectral users. +1