Reconstructing all views…
Reconstruction took 67ms.
Saving views back to disc…
Saving views to MVE files… done.
[INFO] running /code/SuperBuild/src/elibs/mve/apps/scene2pset/scene2pset -F0 “/var/www/data/53ff3613-8cf8-4963-af4e-55499851a825/mve” “/var/www/data/53ff3613-8cf8-4963-af4e-55499851a825/mve/mve_dense_point_cloud.ply”
MVE Scene to Pointset (built on Aug 6 2019, 03:11:55) Using depthmap “depth-L0” and color image “undistorted”
Initializing scene with 2 views…
Initialized 2 views (max ID is 13), took 3ms.
Processing view “0012” (with colors)…
Processing view “0013” (with colors)…
Writing final point set (0 points)…
Writing PLY file (0 verts, with colors, with normals, with confidences, with values, 0 faces)…
done.
[INFO] running /code/SuperBuild/src/elibs/mve/apps/meshclean/meshclean -t0.6 --no-clean --component-size=0 “/var/www/data/53ff3613-8cf8-4963-af4e-55499851a825/mve/mve_dense_point_cloud.ply” “/var/www/data/53ff3613-8cf8-4963-af4e-55499851a825/mve/mve_dense_point_cloud.filtered.ply”
MVE FSSR Mesh Cleaning (built on Aug 6 2019, 03:12:20) Loading mesh: /var/www/data/53ff3613-8cf8-4963-af4e-55499851a825/mve/mve_dense_point_cloud.ply
PLY Loader: comment Export generated by libmve Reading PLY: 0 verts… done.
Error: Mesh is empty!
Traceback (most recent call last):
File “/code/run.py”, line 56, in
app.execute()
File “/code/stages/odm_app.py”, line 92, in execute
self.first_stage.run()
File “/code/opendm/types.py”, line 373, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 373, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 373, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 373, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 354, in run self.process(self.args, outputs) File “/code/stages/mve.py”, line 143, in process system.run(’%s -t%s --no-clean --component-size=0 “%s” “%s”’ % (context.meshclean_path, min(1.0, args.mve_confidence), tree.mve_model, mve_filtered_model), env_vars={‘OMP_NUM_THREADS’: args.max_concurrency}) File “/code/opendm/system.py”, line 76, in run raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 1