Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stange Error #1524

Closed
TechLHF opened this issue Jul 11, 2024 · 1 comment
Closed

Stange Error #1524

TechLHF opened this issue Jul 11, 2024 · 1 comment

Comments

@TechLHF
Copy link

TechLHF commented Jul 11, 2024

I have been trying to use WebODM to run larger image processing. I have struggled with anything over 550 pictures. So I started splitting at 400 with an overlap of 100. This has given me a strange error every time I have attempted to split. For reference, some of my photos may also be out of order from where they were taken. I ran planar, with medium level features, on google chrome. I am processing with 32 gigs of ram, docker has 22, and swap space of 11 gigs. I have an 8 core Ryzen 7 5700X processer on windows 11. I also had fast orthophoto on, and skip 3d model on.

Here is the error: ===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 2
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 471, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 450, in run
self.process(self.args, outputs)
File “/code/stages/splitmerge.py”, line 192, in process
system.run(" ".join(map(double_quote, map(str, argv))), env_vars=os.environ.copy())
File “/code/opendm/system.py”, line 112, in run
raise SubprocessException(“Child returned {}”.format(retcode), retcode)
opendm.system.SubprocessException: Child returned 2

Here are the pictures I used in a zip file. They worked when Ran in an unknown version of Metashape, with minor issues along south edge.Here are the pictures I used in a zip file. Photo Link

@pierotofy
Copy link
Member

I'll close this since it's already being discussed on https://community.opendronemap.org/t/error-reporting-strange-error/21021 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants