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

Memory error #1513

Closed
dazlab opened this issue Jun 12, 2024 · 1 comment
Closed

Memory error #1513

dazlab opened this issue Jun 12, 2024 · 1 comment

Comments

@dazlab
Copy link

dazlab commented Jun 12, 2024

Whoops! You ran out of memory!

On a local node machine with:
i9-14900KS
192GB RAM
RTX 4090

Whilst running through densification, task manager shows no memory overflow, so seems to be a bug rather than a limitation.

Settings used:

WebODM Windows
2.4.2

999 images
no resize
auto-boundary:true
crop:2
dem-res:10
dsm:true
force-gps:true
ortho-res:1
pc-quality:high

LOG OUTPUT:

===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 3221226505
Traceback (most recent call last):
File "D:\WebODM\resources\app\apps\ODM\stages\openmvs.py", line 105, in process
run_densify()
File "D:\WebODM\resources\app\apps\ODM\stages\openmvs.py", line 100, in run_densify
system.run('"%s" "%s" %s' % (context.omvs_densify_path,
File "D:\WebODM\resources\app\apps\ODM\opendm\system.py", line 112, in run
raise SubprocessException("Child returned {}".format(retcode), retcode)
opendm.system.SubprocessException: Child returned 3221226505

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\WebODM\resources\app\apps\ODM\stages\odm_app.py", line 82, in execute
self.first_stage.run()
File "D:\WebODM\resources\app\apps\ODM\opendm\types.py", line 471, in run
self.next_stage.run(outputs)
File "D:\WebODM\resources\app\apps\ODM\opendm\types.py", line 471, in run
self.next_stage.run(outputs)
File "D:\WebODM\resources\app\apps\ODM\opendm\types.py", line 471, in run
self.next_stage.run(outputs)
[Previous line repeated 1 more time]
File "D:\WebODM\resources\app\apps\ODM\opendm\types.py", line 450, in run
self.process(self.args, outputs)
File "D:\WebODM\resources\app\apps\ODM\stages\openmvs.py", line 117, in process
run_densify()
File "D:\WebODM\resources\app\apps\ODM\stages\openmvs.py", line 100, in run_densify
system.run('"%s" "%s" %s' % (context.omvs_densify_path,
File "D:\WebODM\resources\app\apps\ODM\opendm\system.py", line 112, in run
raise SubprocessException("Child returned {}".format(retcode), retcode)
opendm.system.SubprocessException: Child returned 3221226505

===== Done, human-readable information to follow... =====

[ERROR] Whoops! You ran out of memory! Add more RAM to your computer, if you're using docker configure it to use more memory, for WSL2 make use of .wslconfig (https://docs.microsoft.com/en-us/windows/wsl/wsl-config#configure-global-options-with-wslconfig), resize your images, lower the quality settings or process the images using a cloud provider (e.g. https://webodm.net).

Copy link

Thanks for the report, but it looks like you didn't include a copy of your dataset for us to reproduce this issue? Please make sure to follow our issue guidelines 🙏

p.s. I'm just an automated script, not a human being.

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

No branches or pull requests

1 participant