sepconv-ios icon indicating copy to clipboard operation
sepconv-ios copied to clipboard

Wraps interpolation process with autoReleasePool to eliminate memory leak

Open JustinMeans opened this issue 2 years ago • 0 comments

Hey I know this is an old repo but I was looking into using frame interpolation for a project and when I used this repository I noticed the memory would leak for every frame generated. I wrapped the interpolation iterator with an autoReleasePool and now my memory never surpasses 500MB no matter which size or how long the video is!

JustinMeans avatar Jan 10 '23 23:01 JustinMeans