theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.33k stars 750 forks source link

Error in nn matching comments #78

Open esarf opened 3 years ago

esarf commented 3 years ago

Hi! Just notifying that in the comments for the distance functions in the deep_sort/nn_matching file, you write that the cosine_distance function computes the squared distance between a and b, it might just be a typo. Great algo btw!