aisingapore / PeekingDuck

A modular framework built to simplify Computer Vision inference workloads.
Apache License 2.0
163 stars 38 forks source link

bug fix: VideoThread.__del__ crashes on python 3.7 #708

Closed ongtw closed 1 year ago

ongtw commented 1 year ago

Closes https://github.com/aisingapore/PeekingDuck-Private/issues/102

Remove debug print statement in VideoThread.__del__() as it crashes on python 3.7 Works on python 3.8+ though.