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

detector object out of memory #244

Open
mlt94 opened this issue Dec 16, 2024 · 1 comment
Open

detector object out of memory #244

mlt94 opened this issue Dec 16, 2024 · 1 comment

Comments

@mlt94
Copy link

mlt94 commented Dec 16, 2024

Hello,

I am using detector.detect_video() so process videos with 4500 frames (3 min duration). When the object is done processing each frame, it performs some additional computations which are extremely memory intensive, requiring up to 82 GB.
image
Is it possible to turn the computation of these additional steps off? I just need the AUs.
Thank you
Martin

@Allexxann
Copy link

Or at least do them in a slow, but memory-possible way? I have videos about 20 minutes each, by that logic they'll require several Tb at least.

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

2 participants