How to count captured object from webcam in python? [closed]

asked 2018-12-10 01:35:42 -0600

I have trained my model (by using Darkflow YOLOV2) for single class, i want to count the object detected in webcam, means it should count unique object, if same object detecting in webcam frame then it should count as one until it leave the frame. Anyone can tell me please, how can i do so.

Thanks in advance.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-14 12:53:48.425528

Comments

that's an assignment problem, and usually solved with the hungarian algorithm

berak gravatar imageberak ( 2018-12-10 01:40:32 -0600 )edit