ODM icon indicating copy to clipboard operation
ODM copied to clipboard

If a boundary is defined, the model becomes distorted.

Open kemaluzel opened this issue 11 months ago • 4 comments

I have identified an issue in WebODM version 2.5.6 that was not present in previous versions. In a project consisting of 300-400 images, I can generate the model without any issues when using the auto-boundary and rolling-shutter options. However, when I define a boundary using a GeoJSON polygon while both auto-boundary and rolling-shutter are set to true, the model becomes distorted. Has anyone else encountered this issue?

kemaluzel avatar Jan 22 '25 14:01 kemaluzel

Thanks for the report, but it looks like you didn't include a copy of your dataset for us to reproduce this issue? Please make sure to follow our issue guidelines :pray:

p.s. I'm just an automated script, not a human being.

github-actions[bot] avatar Jan 22 '25 14:01 github-actions[bot]

I have now started a process to create the same error. I will share it when the process is completed.

https://whatismybrowser.com/w/QTBMTAX

I installed with docker

Image

kemaluzel avatar Jan 22 '25 14:01 kemaluzel

https://we.tl/t-POaQANOsZI

console output in rar

When auto-boundary is set to true and the boundary is a polygon, the model breaks if crop is set to 0. However, if crop is set to its default value, the model can be generated without issues. The parameters I am using are as follows:

auto-boundary:true, boundary:geojson, crop:0, dem-resolution:2, dsm:true, feature-quality:high, gps-accuracy:0.1, max-concurrency:2, no-gpu:true, optimize-disk-space:true, orthophoto-resolution:1, rerun-from:dataset, rolling-shutter:true, tiles:true, use-exif:true

JSON STRING: {"type": "FeatureCollection","features": [{"type": "Feature","properties": {},"geometry": {"type": "Polygon","coordinates": [[[29.102999,40.189874],[29.103098,40.189964],[29.103446,40.189993],[29.103499,40.189913],[29.102999,40.189874]]]}}]}

Image

kemaluzel avatar Jan 23 '25 09:01 kemaluzel

This issue still persists in WebODM version 2.7.2.

Image

kemaluzel avatar Mar 26 '25 11:03 kemaluzel