sort
sort copied to clipboard
Simple, online, and realtime tracking of multiple objects in a video sequence.
yy1 = np.maximum(bb_test[..., 1], bb_gt[..., 1]) IndexError: index 1 is out of bounds for axis 1 with size 1 xx1 = np.maximum(bb_test[..., 0], bb_gt[..., 0]) ValueError: operands could not be...
Is it safe to assume that `unmatched_dets` are equivalent with `miss` and `unmatched_trks` are equivalent with `false_positive`?
i have been facing this issue not able to know which line please help TypeError Traceback (most recent call last) in 26 if detections is not None: 27 detections=np.array(detections) --->...
Hello everybody I am using SORT for tracking animals placed on closed cages, thus I know the exact number of animals in each cage. I use maskR-CNN for the detection...
Hello How are you? Thanks for contributing to this project. I have a question. Can this project support multi-class?
Hi, Thanks for your great work. I was trying to understand the parameter here in this line: `self.kf = KalmanFilter(dim_x=7, dim_z=4)` From the document [here](https://readthedocs.org/projects/filterpy/downloads/pdf/latest/), `dim_x` means > Number of...
Hi As I needed high fps of the sort, I used the suggested C++ implementation in #29 and bound it to python. I thought it could be helpful for others,...
Hey everyone, Is it possible to extract the object velocity from the kalman filter and return it when we call the update from the sort class along with the bounding...
Hello @abewley I am using the SORT tracker for tracking trees in a vineyard, and from what I observe, the tracker is skipping a couple of IDs during assignment. In...
HI, Thanks for such a simple but great work. Sort works fine for me! But still I met a problem which is tracker lost it's target when the targets bbox...