Skip to content

Please update the linear_assignment.py file #330

@mo-atiff

Description

@mo-atiff

This file is present in the following structure : deep_sort\deep_sort\linear_assignment.py

There is an import statement in this file
from sklearn.utils.linear_assignment_ import linear_assignment
and scikit-learn latest version's doesn't support this import please do change it to
from scipy.optimize import linear_sum_assignment as linear_assignment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions