You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes while processing multispectral datasets and an image is missing, this error will pop-out:
KeyError: 'IMG_250205.TIF'
s2p[p.filename] = filename_map[filename_without_band]
File "/code/opendm/multispectral.py", line 277, in compute_band_maps
s2p, p2s = multispectral.compute_band_maps(reconstruction.multi_camera, primary_band_name)
File "/code/stages/run_opensfm.py", line 165, in process
This is kind of confusing, and a better error message should be provided.
The text was updated successfully, but these errors were encountered:
Sometimes while processing multispectral datasets and an image is missing, this error will pop-out:
This is kind of confusing, and a better error message should be provided.
The text was updated successfully, but these errors were encountered: