Vehicle Tracking, Labelling [closed]

asked 2017-01-01 22:57:27 -0600

OpenCV_Learner gravatar image

Hi,

I am doing vehicle tracking, and my vehicles are detected using camshift algorithm. Now when I draw bounding box around each vehicle, I want to label them unique way to track and count each vehicle. Can any one suggest the criteria to label each vehicle with unique numbers. I tried labelling them but the lebels are shifting between first and next vehicle.

Any suggestions how to achieve this?

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-11-11 02:56:48.655395

Comments

Your question is very unclear. Are you aiming for automated or manual labeling?

StevenPuttemans gravatar imageStevenPuttemans ( 2017-01-02 06:09:19 -0600 )edit

Automated labeling. I store the bounding box Rect info in a vector but sometimes the same car has two bounding boxes and they are labelled with two labels.And sometimes when two cars come nearby the ROIs overlap and two connected blobs labelled with single label. So which mechanism can sort our this scenario at basic level. I am looking into non minimal suppression for clubbing multiple bounding box to single one, still working on it. But unable to get a general idea to label at a basic level.

OpenCV_Learner gravatar imageOpenCV_Learner ( 2017-01-02 06:34:04 -0600 )edit

I think you should look into trackers, and especially the split and merge issues related to that.

StevenPuttemans gravatar imageStevenPuttemans ( 2017-01-02 06:42:01 -0600 )edit
1
sturkmen gravatar imagesturkmen ( 2017-01-02 15:43:28 -0600 )edit