-
Notifications
You must be signed in to change notification settings - Fork 375
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
Caiman and VSCode crash while processing large video #1471
Comments
Does it work in jupyterlab? VScode's notebook implementation can be buggy. BTW from your code it looks like you're trying to do param sweeps/data organization, mesmerize-core was built for this so you might want look at that to make that easier: https://github.com/nel-lab/mesmerize-core |
Thank you for you reply! I have found the reason: CPU core number for using. I turnd it from 70 to 10 and it can work now (we have 104 core totally), but i don't know why. |
I found that if i use more cpu the caiman will be more instable, it may crash in any step, |
You're probably running out of RAM, see #1468 (comment) |
That make sense, thank you! |
i found the ture reason: systemd-oomd killed it |
Yea that's the out of memory killer
…On Fri, Mar 7, 2025, 12:41 PM zyyk78 ***@***.***> wrote:
i found the ture reason: systemd-oomd killed it
—
Reply to this email directly, view it on GitHub
<#1471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHXXRDYKXPY4T4DTRXKUKD2THK6FAVCNFSM6AAAAABXS3CXSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBXGAZTSNZXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: zyyk78]*zyyk78* left a comment (flatironinstitute/CaImAn#1471)
<#1471 (comment)>
i found the ture reason: systemd-oomd killed it
—
Reply to this email directly, view it on GitHub
<#1471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHXXRDYKXPY4T4DTRXKUKD2THK6FAVCNFSM6AAAAABXS3CXSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBXGAZTSNZXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Caiman may crash while processing large video (00:19:33, 5.3Gb, FFV1), without any reporting.
This error happened in CNMF-E (model.fit) step in about 10 seconds, and VSCode or terminal will crash and exit without any warning. I have tried different space/time shrink factor, but no effect. However smaller videos can be processed correctly.
here is my key paramenters:
The text was updated successfully, but these errors were encountered: