How i can force WEBODM keep maximum resolution.
1 cm/pixel
I used this setup : Auto-boundary: true, feature-quality: ultra, orthophoto-resolution: 1, verbose: true
1 Like
Is your data actually capture at 1cm/px?
If not, you’ll need to use a parameter that is very tricky to use.
If it is, then we might have a problem since the GSD generally should not calculate wrong.
If you have sufficient memory --ignore-gsd
will do the trick.
1 Like
I used WebODM Lightning online treatment node,(with Credits) could it have insufficent memory ?
The images are in fact 1,26 cm/Pixel.
1 Like
We cap things to 1cm/px in Lightning and disallow --ignore-gsd, so try adding the following locally:
–dem-resolution 1
–orthophoto-resolution 1
–ignore-gsd
OK Thanks for your fast response,
Will try it on our side.
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.