deep_sort_pytorch icon indicating copy to clipboard operation
deep_sort_pytorch copied to clipboard

A doubt about two methods about distance calculation

Open yipwan opened this issue 5 years ago • 0 comments

Hi, I have a question about the distance calculation on bbox and Re-ID feature。When calculating distance between two bbox(prediction and detection), the author use Mahalanobis distance. When calculating distance between two Re-ID feature, the author use cosine distance. I doubt that why the author use two different method to calculate distance. Is it due to the convenience that the Kalman Filter has already calculated the Covariance matrix which is used in calculating Mahalanobis distance ?

yipwan avatar Jun 24 '20 02:06 yipwan