TensorflowDeepSortTracking icon indicating copy to clipboard operation
TensorflowDeepSortTracking copied to clipboard

What is the point of threads?

Open abaybektursun opened this issue 5 years ago • 2 comments

Hey, I was just curious, what's the point of threads here? Wouldn't GIL just prevent you from utilizing multi CPU setting?

abaybektursun avatar Mar 22 '19 22:03 abaybektursun

hey @abaybektursun , I used threads to separate the display of the incoming video feed from the underlying Object Detection and tracking for a more smooth video output. You can try customizing the code to run without using threads to see the difference if you'd like.

omarabid59 avatar Jun 23 '19 22:06 omarabid59

@omarabid59 How exactly do u do that? I want to try running the algorithm in a video for every frame. Thanks in advance.

chongyeh avatar Aug 21 '19 08:08 chongyeh