Not sure what to do when encountering this error. I am using a singularity image to run it as well. Does anyone have insight on how to load this library correctly?
I am running it on two NVIDIA A30 GPUs and using the linux script from here. Tutorials — OpenDroneMap 3.3.4 documentation
[INFO] running "/code/SuperBuild/install/bin/OpenMVS/DensifyPointCloud" "/project/drone_ai/nyoung8/odm/code/opensfm/undistorted/openmvs/scene.mvs" --resolution-level 3 --dense-config-file "/project/drone_ai/nyoung8/odm/code/opensfm/undistorted/openmvs/Densify.ini" --max-resolution 4864 --max-threads 16 --number-views-fuse 2 --sub-resolution-levels 2 --archive-type 3 -w "/project/drone_ai/nyoung8/odm/code/opensfm/undistorted/openmvs/depthmaps" -v 0 --cuda-device -2
/code/SuperBuild/install/bin/OpenMVS/DensifyPointCloud: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory
===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 127
Traceback (most recent call last):
File "/code/stages/odm_app.py", line 82, in execute
self.first_stage.run()
File "/code/opendm/types.py", line 438, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 438, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 438, in run
self.next_stage.run(outputs)
[Previous line repeated 1 more time]
File "/code/opendm/types.py", line 417, in run
self.process(self.args, outputs)
File "/code/stages/openmvs.py", line 119, in process
raise e
File "/code/stages/openmvs.py", line 105, in process
run_densify()
File "/code/stages/openmvs.py", line 100, in run_densify
system.run('"%s" "%s" %s' % (context.omvs_densify_path,
File "/code/opendm/system.py", line 112, in run
raise SubprocessException("Child returned {}".format(retcode), retcode)
opendm.system.SubprocessException: Child returned 127
===== Done, human-readable information to follow... =====
