-
Notifications
You must be signed in to change notification settings - Fork 3
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
error: 'video_plot_3d' task killed #30
Comments
that sounds a lot like a memory problem. You could re-write the twoppp.plot.show3d.tmp_avg_3d_stacks() function such that it sequentially loads green, computes green average, deletes green, loads red, computes red avg. Feel free to push the changes later. that seems like a useful improvement! |
that's the function: Line 11 in c9fb1cf
|
if that also does not reduce the memory load enough, you could encorporate sequential loading and averaging of one stack using the utils2p.load_stack_batches() function: |
Ok I'll do that. I monitored htop and indeed the computer runs out of RAM |
When trying to generate 3d videos from volume stacks the processing sometimes fails with the following example log:
The processing worked on the previous stacks from the same fly. The only difference is the size of the images.
The _fly_dirs_to_process.txt files contains only the line:
Could it be related to a memory problem? If so do you know how to get around it?
The text was updated successfully, but these errors were encountered: