I'm doing some work with the "Split in Chunks" script (
http://wiki.agisoft.com/wiki/Python), which generally works fantastically! However, I have found some cases where the final merged dense point cloud is missing a number of the chunks, or the dense cloud is missing entirely. If I don't have the script merge the chunks back together, I find some of the individual chunks are missing the point clouds.
I now have a small demo project of 8 photos that just running Build Dense Cloud in the Workflow menu yields a dense cloud with a little over 1 million points. Using the script, slightly modified (attached) to provide settings (using medium quality, filtering disabled), splitting to 4 chunks, then merging, results in a merged chunk that has only the photos (no point cloud or tie points at all). Running the same thing, except without merging, results in 4 chunks, 3 with tie point clouds and dense clouds, and 1 with only tie point clouds.
I'm wondering if something is going wrong with the script? Or is there some other problem occurring? What can I do to fix it?
Thanks!!!