Hi folks
While Processing a rather small dataset with 100 pictures i get the following error:
[ERROR] Failed to open file:
[INFO] running “G:\WebODM\resources\app\apps\ODM\SuperBuild\install\bin\OpenMVS\ReconstructMesh” -i “G:\WebODM\resources\app\apps\NodeODM\data\65c67acf-33f3-4a5c-8f88-47af5252a8bf\odm_meshing\odm_mesh.dirty.ply” -o “G:\WebODM\resources\app\apps\NodeODM\data\65c67acf-33f3-4a5c-8f88-47af5252a8bf\odm_meshing\odm_mesh.ply” --remove-spikes 0 --remove-spurious 0 --smooth 0 --target-face-num 400000
===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 1
===== Done, human-readable information to follow… =====[ERROR] Uh oh! Processing stopped because of strange values in the reconstruction. This is often a sign that the input data has some issues or the software cannot deal with it. Have you followed best practices for data acquisition? See https://docs.opendronemap.org/flying.html
Traceback (most recent call last):
File “G:\WebODM\resources\app\apps\ODM\stages\odm_app.py”, line 83, in execute
self.first_stage.run()
File “G:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 338, in run
self.next_stage.run(outputs)
File “G:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 338, in run
self.next_stage.run(outputs)
File “G:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 338, in run
self.next_stage.run(outputs)
[Previous line repeated 3 more times]
File “G:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 319, in run
self.process(self.args, outputs)
File “G:\WebODM\resources\app\apps\ODM\stages\odm_meshing.py”, line 24, in process
mesh.screened_poisson_reconstruction(tree.filtered_point_cloud,
File “G:\WebODM\resources\app\apps\ODM\opendm\mesh.py”, line 178, in screened_poisson_reconstruction
system.run(’"{reconstructmesh}" -i “{infile}” ’
File “G:\WebODM\resources\app\apps\ODM\opendm\system.py”, line 90, in run
raise SubprocessException(“Child returned {}”.format(retcode), retcode)
opendm.system.SubprocessException: Child returned 1
This problem occurs on our old server, that shall in the future process our Orthophoto-Datasets. It hast two Xeon E5-2650 processors with 32 logical processors and 128 GB RAM.
On my normal workstation everything works perfectly fine with the same images. It seems to me, the software cant open something called “ReconstructMesh”.
Reinstallation did not help, unfortunately.
I’m running the “native” webODM-Install on both machines.
I would be happy, if you can help,
greetings, Max