Benjamin Weinstein

Results 90 comments of Benjamin Weinstein

I am also noticing a memory leak. Testing with SubSENSE. What information can I provide to help diagnose? I was running a 30 second test video. Low quality, so 500MB...

I am still investigating this, I actually think its in the opencv passing, not the bgslibrary, will confirm.

I've looked this a couple different ways, I think it is BGSLibrary. It appears that it is the .apply method for the background subtractor classes. I can confirm it happens...

Thanks! On Sat, Jan 27, 2018 at 1:29 PM, Lieven Govaerts wrote: > This change fixes the memory leak in the python wrapper: > > lgov/bgslibrary@7669303 > > > I...

Just pinging here, any updates? I have the same issue. It seems like the relative app directory. If you open the app from the package contents, it runs, but double...

Okay, I've tried the suggested fix but no luck. Let me document my work here. # The problem My app successful runs in the following conditions. 1) When running from...

Add on here. I added ``` try: from moviepy.video.io.ffmpeg_tools import ffmpeg_extract_subclip except Exception as e: with open('/Users/ben/Desktop/error.txt',mode="w+") as f: f.write(str(e)) ``` and rebuilt with pyinstaller. I got ``` Need ffmpeg...

My experience here is the same as above. Consumed >total, but if you look at the call stacks, only the top task is actually being computed, which is good news....

I think it would go right here https://github.com/corteva/geocube/blob/2b42f470255e79eb9b7f94100a33c1b0c08fcccf/geocube/vector_to_cube.py#L156

Awesome, i'll try to mock something up and submit a PR with a notebook to docs. On Thu, Jun 18, 2020 at 2:20 PM Alan D. Snow wrote: > Should...