Error 139

Hello, im processing 300 images to make a 3D model of a 150x150 meter ground and processing doesnt finish. my settings Options: depthmap-resolution: 10000, mesh-octree-depth: 11, mesh-size: 300000, pc-quality: high, use-3dmesh: true

Fused depth-maps 15 (5.00%, 4m58s, ETA 1h34m)…
Killed
Traceback (most recent call last):
File “/code/run.py”, line 69, in
app.execute()
File “/code/stages/odm_app.py”, line 83, in execute
self.first_stage.run()
File “/code/opendm/types.py”, line 360, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 360, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 360, in run
self.next_stage.run(outputs)
[Previous line repeated 1 more time]
File “/code/opendm/types.py”, line 341, in run
self.process(self.args, outputs)
File “/code/stages/openmvs.py”, line 60, in process
system.run(’%s “%s” %s’ % (context.omvs_densify_path,
File “/code/opendm/system.py”, line 79, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 137
/code/run.sh: line 5: 737031 Segmentation fault python3 $RUNPATH/run.py “[email protected]

1 Like

Welcome!

Sorry for the trouble! Could you please start with giving me a bit more information about your system?

For instance:

  1. Operating System and Version
    eg: Windows 11, MacOS 15.1, Ubuntu Linux 20.04LTS, etc…
  2. WebODM Install Method
    eg: Native installer, Docker, Snap, GitHub download, compiled from source
  3. WebODM/ODM Version
    eg: WebODM v1.9.11 Build 51, ODM v2.7.1, etc…
  4. Procesing Node
    eg: Automatic, Lightning, local (node-odm-1), etc…

fresh/clean install from WEBODM LIVEUSB ISO on a IBM X3650 M3 server with 164GB RAM and 2 Xeon Processors, no GPU. WebODM 1.7.1 Processing node node-odm-1 (same server)

1 Like

Could you please update it to the latest/current WebODM build and re-try the dataset from there?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.