LaQuinta multispectral test images keep failing

Hi, another newbie here. I’m trying to generate a map from 1 layer TIFF images captured using my LaQuinta multispectral camera.
I’m selecting the ‘multispectral’ preset and due to the max image limit imposed by Lightning (my Mac doesn’t have enough memory at the moment), I’ve had to delete some of the images from the start and the end of the camera roll. I assumed this might give me some visual errors but I don’t care, it’s just a test.
However, it keeps failing. What am I doing wrong? It’s pretty bewildering. The error emails say:

Your task [Task of 2023-01-29T11:55:52.549Z] could not complete. Here’s a copy of the error message:

12:10:28 [App ] error: failed loading image header
12:10:28 [App ] error: failed reloading image ‘/var/www/data/aa0d308c-b865-4181-9ce4-534b3fe872d9/opensfm/undistorted/images/10151000.TIF.tif’
12:10:28 [App ] error: failed reloading image ‘/var/www/data/aa0d308c-b865-4181-9ce4-534b3fe872d9/opensfm/undistorted/images/10161300.TIF.tif’
12:10:28 [App ] error: failed loading image header
12:10:28 [App ] error: failed loading image header
12:10:28 [App ] error: failed reloading image ‘/var/www/data/aa0d308c-b865-4181-9ce4-534b3fe872d9/opensfm/undistorted/images/10152301.TIF.tif’
12:10:28 [App ] error: failed reloading image ‘/var/www/data/aa0d308c-b865-4181-9ce4-534b3fe872d9/opensfm/undistorted/images/10160100.TIF.tif’
12:10:28 [App ] error: failed reloading image ‘/var/www/data/aa0d308c-b865-4181-9ce4-534b3fe872d9/opensfm/undistorted/images/10161501.TIF.tif’
12:10:28 [App ] error: failed reloading image ‘/var/www/data/aa0d308c-b865-4181-9ce4-534b3fe872d9/opensfm/undistorted/images/10155800.TIF.tif’
12:10:28 [App ] error: failed loading image header
12:10:28 [App ] error: failed reloading image ‘/var/www/data/aa0d308c-b865-4181-9ce4-534b3fe872d9/opensfm/undistorted/images/10165300.TIF.tif’
12:10:28 [App ] error: preparing images for dense reconstruction failed (errors loading images)

===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 1
Traceback (most recent call last):
File “/code/stages/odm_app.py”, line 81, in execute
self.first_stage.run()
File “/code/opendm/types.py”, line 382, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 382, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 382, in run
self.next_stage.run(outputs)
[Previous line repeated 1 more time]
File “/code/opendm/types.py”, line 361, in run
self.process(self.args, outputs)
File “/code/stages/openmvs.py”, line 117, in process
raise e
File “/code/stages/openmvs.py”, line 103, in process
run_densify()
File “/code/stages/openmvs.py”, line 99, in run_densify
system.run(‘“%s” “%s” %s’ % (context.omvs_densify_path,
File “/code/opendm/system.py”, line 109, 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 3.0.3 documentation

And the other one said:

Your task [Task of 2023-01-29T11:32:42.854Z] could not complete. Here’s a copy of the error message:

6 222431
6 222277
6 222169
6 222094
7 222016
7 221948
7 221889
136281 faces have not been seen
Took: 11.399s
Generating texture patches:
Running… done. (Took 0.477s)
9514 texture patches.
Running global seam leveling:
Create matrices for optimization… *** stack smashing detected ***: terminated
Aborted (core dumped)

===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 134
Traceback (most recent call last):
File “/code/stages/odm_app.py”, line 81, in execute
self.first_stage.run()
File “/code/opendm/types.py”, line 382, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 382, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 382, in run
self.next_stage.run(outputs)
[Previous line repeated 3 more times]
File “/code/opendm/types.py”, line 361, in run
self.process(self.args, outputs)
File “/code/stages/mvstex.py”, line 117, in process
system.run('“{bin}” “{nvm_file}” “{model}” “{out_dir}” ’
File “/code/opendm/system.py”, line 109, in run
raise SubprocessException(“Child returned {}”.format(retcode), retcode)
opendm.system.SubprocessException: Child returned 134

===== 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 3.0.3 documentation
100 - done.

Any help would be really appreciated! Thanks.

2 Likes

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