You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fist of all, just wanted to thank you for this amazing library, its awesome!!!
just noticed significant memory leak when using pyStag in a python 3.6.9, its easy to notice in the piece of code below, just wondering if this has been reported before?
thanks again, its an aboslute amazing library
import pyStag as stag
...
while True:
stag_det = stag.Detector(15, 7, False)
stag_det.detect(img)
...
The text was updated successfully, but these errors were encountered:
Hi,
fist of all, just wanted to thank you for this amazing library, its awesome!!!
just noticed significant memory leak when using pyStag in a python 3.6.9, its easy to notice in the piece of code below, just wondering if this has been reported before?
thanks again, its an aboslute amazing library
import pyStag as stag
...
while True:
stag_det = stag.Detector(15, 7, False)
stag_det.detect(img)
...
The text was updated successfully, but these errors were encountered: