Hi,
Following up from this thread: Misalignment between Bands in Mavic 3M multispectral images
I also have a M3M dataset that is showing this misalignment, perhaps not quite as bad as the original but it is still showing up.
The topic is now closed, so I am not sure if there was any update to this? Is everyone else with a M3M still seeing this issue?
1 Like
We have not resolved this yet, no.
Thank you, is there anything needed in terms of datasets to help with this? Is the issue being tracked as I couldn’t find an open issue for it on GitHub?
1 Like
If you’d like top contribute data and examples, you can use this Issue:
opened 09:14PM - 28 Aug 23 UTC
software fault
### How did you install WebODM (docker, installer, etc.)?
docker
### What'… s your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)
Chrome 116 on macOS (Monterey)
### What is the problem?
Cannot process dataset error. Dataset is composed from RBG images (jpg) and multispectral (4 extra files in tiff format), task output error:
```
[INFO] Export reconstruction stats
[INFO] running "/code/SuperBuild/install/bin/opensfm/bin/opensfm" compute_statistics --diagram_max_points 100000 "/var/www/data/30eecbf2-340e-4c2e-8a1a-696a52d9da38/opensfm"
2023-08-28 21:00:42,963 DEBUG: locator: <matplotlib.colorbar._ColorbarAutoLocator object at 0x7f126c5ad2e0>
2023-08-28 21:00:42,963 DEBUG: Using auto colorbar locator <matplotlib.colorbar._ColorbarAutoLocator object at 0x7f126c5ad2e0> on colorbar
2023-08-28 21:00:42,963 DEBUG: Setting pcolormesh
2023-08-28 21:00:43,643 DEBUG: locator: <matplotlib.colorbar._ColorbarAutoLocator object at 0x7f12705c1ac0>
2023-08-28 21:00:43,643 DEBUG: Using auto colorbar locator <matplotlib.colorbar._ColorbarAutoLocator object at 0x7f12705c1ac0> on colorbar
2023-08-28 21:00:43,643 DEBUG: Setting pcolormesh
/code/SuperBuild/install/bin/opensfm/opensfm/stats.py:1012: RuntimeWarning: invalid value encountered in divide
plt.imshow((camera_heatmap - lowest) / (highest - lowest) * 255)
[INFO] running "/code/SuperBuild/install/bin/opensfm/bin/opensfm" export_geocoords --reconstruction --proj "+proj=utm +zone=50 +datum=WGS84 +units=m +no_defs +type=crs" --offset-x 683515.0 --offset-y 3752428.0 "/var/www/data/30eecbf2-340e-4c2e-8a1a-696a52d9da38/opensfm"
[INFO] Updating /var/www/data/30eecbf2-340e-4c2e-8a1a-696a52d9da38/opensfm/config.yaml
[INFO] undistorted_image_max_size: 2592
[WARNING] Unreliable UUID/capture time detected (no primary band match), will use filenames instead
Traceback (most recent call last):
File "/code/opendm/multispectral.py", line 239, in compute_band_maps
raise Exception("Unreliable UUID/capture time detected (no primary band match)")
Exception: Unreliable UUID/capture time detected (no primary band match)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/code/run.py", line 59, in <module>
retcode = app.execute()
File "/code/stages/odm_app.py", line 117, in execute
raise e
File "/code/stages/odm_app.py", line 81, in execute
self.first_stage.run()
File "/code/opendm/types.py", line 398, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 398, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 398, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 377, in run
self.process(self.args, outputs)
File "/code/stages/run_opensfm.py", line 165, in process
s2p, p2s = multispectral.compute_band_maps(reconstruction.multi_camera, primary_band_name)
File "/code/opendm/multispectral.py", line 275, in compute_band_maps
s2p[p.filename] = filename_map[filename_without_band]
KeyError: 'DJI_20230215104308_0101_MS.TIF'
```
### How can we reproduce this? (What steps trigger the problem? What parameters are you using for processing? Include screenshots. If you are having issues processing a dataset, you must include a copy of your dataset uploaded on Dropbox, Google Drive or https://dronedb.app)
Parameters: dsm: true, radiometric-calibration: camera+sun
Dataset coming from DJI: https://terra-1-g.djicdn.com/851d20f7b9f64838a34cd02351370894/DJI%20Terra/%E5%A4%9A%E5%85%89%E8%B0%B1-Multispectral.zip
system
Closed
January 5, 2024, 9:19pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.