I successfully processed 750 images in the default configuration (without specifying any flags):
run C:\Users\Felipe\datasets\project
Then I tried to process the same dataset only now incrementing some flags and using --split and --split-overlap:
run C:\Users\Felipe\datasets\project --build-overviews --cog --dem-resolution 10 --dsm --dtm --feature-quality high --ignore-gsd --merge all --mesh-octree-depth 11 --mesh-size 20000 --min-num-features 8000 --orthophoto-cutline --orthophoto-kmz --orthophoto-png --orthophoto-resolution 7.0 --pc-geometric --pc-las --pc-quality medium --pc-tile --split 200 --split-overlap 100 --time --verbose --debug
but the process always stops at that point. “[INFO] Aligning submodels…”.
I was thinking that the processing was dying for lack of RAM, so I reduced the dataset to 112 images, set the –split 30–split-overlap 50 and ran the command again, but the problem persisted.
Here is another dataset (dataset - Caxias) from another area and with better exposure, better lateral and longitudinal overlap, and also better 4 cm/px spatial resolution.
My personal PC is pretty similarly specced, so I’ll try with your settings above now, but with my pre-processed images to see what I can make of it now that I’m confident the data can reconstruct.
I’m having the same problem. Stuck at “Aligning submodels…” stage. I am processing a dataset of 2500 images with the following options. My workstation has 48GB RAM. The process went fine if it is run without split and merge.
Thank you for pointing out the depthmap-resolution flag. In fact, the process went okay if I removed split and merge as I said above. It gave me the same exit code ‘3221225477’ with split-and-merge options. May be it needed to be fixed at the native code level.