“Process exited with code 1” means that part of the processing failed. Try tweaking the Task Options as follows:
- Increase the min-num-features option, especially if your images have lots of vegetation
Tiles…
https://drive.google.com/drive/folders/1oIWDx2x9lkhEPfoZ2LPaVC5lM5rqcvkm?usp=sharing
.7/dist-packages/loky/_base.py", line 381, in __get_result
raise self._exception
loky.process_executor.TerminatedWorkerError: A worker process managed by the executor was unexpectedly terminated. This could be caused by a segmentation fault while calling the function or by an excessive memory usage causing the Operating System to kill the worker.
Traceback (most recent call last):
File “/code/run.py”, line 47, in
plasm.execute(niter=1)
File “/code/scripts/run_opensfm.py”, line 133, in process
(context.pyopencv_path, context.opensfm_path, tree.opensfm))
File “/code/opendm/system.py”, line 34, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 1
/usr/local/lib/python2.7/dist-packages/loky/backend/semaphore_tracker.py:195: UserWarning: semaphore_tracker: There appear to be 1 leaked semaphores to clean up at shutdown
len(cache))
/usr/local/lib/python2.7/dist-packages/loky/backend/semaphore_tracker.py:210: UserWarning: semaphore_tracker: u’/loky-536-blcOd7’: OSError(2, ‘ENOENT’)
warnings.warn(‘semaphore_tracker: %r: %r’ % (name, e))