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
Hi, @gfacciol . When I process large images, the log file shows that:
and the terminal shows that: Running bundle adjustment for RPC model refinement ... Path to log file: tests/confighk_output/bundle_adjust.log Killed
Do you know what happens? Thank you.
The text was updated successfully, but these errors were encountered:
I guess that keypoint matching cannot handle arbitrarily large images, it probably ran out of memory in your system.
The best is to cut your images in overlapping sub-images of a manageable size. For instance for a 10000x10000 image
you can make a 3x3 grid of images of size 5000x5000 with a safe overlap of 50% (0-5000; 2500-7500; 5000-10000)
I guess that keypoint matching cannot handle arbitrarily large images, it probably ran out of memory in your system. The best is to cut your images in overlapping sub-images of a manageable size. For instance for a 10000x10000 image you can make a 3x3 grid of images of size 5000x5000 with a safe overlap of 50% (0-5000; 2500-7500; 5000-10000)
Hi, @gfacciol . When I process large images, the log file shows that:

and the terminal shows that:
Running bundle adjustment for RPC model refinement ... Path to log file: tests/confighk_output/bundle_adjust.log Killed
Do you know what happens? Thank you.
The text was updated successfully, but these errors were encountered: