On ubuntu 20.04, I run the command line:
sudo docker run -p 127.0.0.1:3000:3000 --gpus all opendronemap/nodeodm:gpu
Then open the website 127.0.0.1:3000, load images and press the ¨StartTask¨ button, errors occur as follows:
UUID: 0c73f5a0-340d-45c6-a4c5-46bbdc3fa502
Name: Task of 2021-10-29T02:35:15.246Z
Images: 26
Status: Failed
Time Elapsed: 00:02:16
Console Output: Hide | Export
File “/code/opendm/mesh.py”, line 207, in screened_poisson_reconstruction
system.run(’"{reconstructmesh}" -i “{infile}” ’
File “/code/opendm/system.py”, line 106, in run
raise SubprocessException(“Child returned {}”.format(retcode), retcode)
opendm.system.SubprocessException: 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 Flying Tips — OpenDroneMap 2.6.4 documentation
Can you give me a hand? Thank you.