Skip to content

Commit

Permalink
update for latest sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasutomo KAWANISHI committed Jul 23, 2020
1 parent 280b8bd commit a91b7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep_sort/linear_assignment.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: expandtab:ts=4:sw=4
from __future__ import absolute_import
import numpy as np
from sklearn.utils.linear_assignment_ import linear_assignment
from scipy.optimize import linear_sum_assignment as linear_assignment
from . import kalman_filter


Expand Down

0 comments on commit a91b7f2

Please sign in to comment.