Errors occur when running nodeODM on ubuntu 20.04

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.

1 Like

Seems the same issue that was fixed a day ago; try updating?

1 Like

Indeed! This work now, so you need pull the new docker image :slight_smile:

1 Like

I pulled the docker image several times, but not the latest version.
Can you share me with the command line you employed?Thanks.

1 Like

Delete the local docker image and then pull again with the regular command, that should be the way to go!

docker image rm | Docker Documentation

OpenDroneMap/NodeODM: A lightweight REST API to access aerial image processing engines such as ODM or MicMac (github.com)

1 Like

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