Go to the source code of this file.
Classes | |
class | deep_sort.nn_matching.NearestNeighborDistanceMetric |
Namespaces | |
deep_sort.nn_matching | |
Functions | |
def | deep_sort.nn_matching._cosine_distance (a, b, data_is_normalized=False) |
def | deep_sort.nn_matching._nn_cosine_distance (x, y) |
def | deep_sort.nn_matching._nn_euclidean_distance (x, y) |
def | deep_sort.nn_matching._pdist (a, b) |