Open bit-scientist opened 5 years ago
Hi, @AlexeyAB , @buzdarbalooch, @bansii1, @Choneke, @VanitarNordic. After having spent all day long reading issues related to this case, I found out that you guys are familiar with this topic, therefore decided to mention. I hope you can help me find a way for this. Thanks in advance!
I've successfully got _yolo_consoledll.exe to work and it is counting my labels pretty well at around 40 FPS.
I'd like to count people according to their directions (in and out) separately. People entering the store should be counted separately and people leaving the store should be counted separately. To think of it, I would get the subsequent coordinates of detected people and increase the counter based on the calculations of coordinates. The _yolo_consoledll.exe is in C++ which I am completely new to, therefore, I am here to ask some help and advice.
Hope you guys can give instructions on that, thank you all!