-
Notifications
You must be signed in to change notification settings - Fork 61
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
Facing out of memory error #12
Comments
Could you share following details
|
Sure
1. Windows 10
2. 24 gb ram
3. Max video size was around 65 mb
4. vd.extract_video_keyframes
I am iterating on 50 videos and choosing number of frames dynamically based on duration of video in extract_video_keyframes
…On Wed, 17 Mar 2021 at 12:31 PM Alok ***@***.***> wrote:
Could you share following details
1. OS
2. RAM
3. Max Video size
4. And the video function you used
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKT4EOGGK3A2VTLGZVPAHJTTEBHUHANCNFSM4ZJ7VQ7A>
.
|
And what is the python version you are using? |
This memory leak issue is fixed in katna version 0.9.0, kindly test and confirm. |
@suprateek-sc19 There are breaking changes from the last version. You may want to check the documentation |
Yep, my bad. It is working and the memory leak issue has been fixed. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Memory not getting cleared and python crashing when running script on >30 videos
The text was updated successfully, but these errors were encountered: