Topvennie / Online-Crowd-Analyzer

Use object detection to count the amount of people passing by a certain point
MIT License
0 stars 0 forks source link

Look into ThreadPoolExecutor #4

Closed Topvennie closed 2 weeks ago

Topvennie commented 2 weeks ago

What's the best amount of max_workers?

Topvennie commented 2 weeks ago

max_workers has to stay at 1. Some models supported a higher number but didn't show any speed improvements. Others didn't support it without some minor modifications (see also #15 ). After making those modification they didn't show any speed improvements either.