abewley / sort

Simple, online, and realtime tracking of multiple objects in a video sequence.
GNU General Public License v3.0
3.92k stars 1.09k forks source link

Negative values for updated bounding box coordinates #89

Open digbose92 opened 4 years ago

digbose92 commented 4 years ago

After checking the output for the MOT tracker update, I am getting negative values for the bounding box coordinates.

Screen Shot 2020-03-05 at 5 07 27 PM

y1 here is negative . Has anyone experienced this issue ?

GOBish commented 4 years ago

How are you defining the input of your detections in terms of (x1,y1), (x2,y2) -- upper left and lower right points or upper left and width and height?

TECOLOGYxyz commented 3 years ago

I am having this same issue. I'm using the latest version of the code and I am inputting x,y,w,h (x,y for upper left point). A whole row of input data looks like this:

1,-1,3817,926,277,251,1,-1,-1,-1