1. 首页
  2. 数据库
  3. 其它
  4. 解决 warning 显示 The linear_assignment function is deprecated in 0.21 and will be r

解决 warning 显示 The linear_assignment function is deprecated in 0.21 and will be r

上传者: 2021-01-09 23:45:21上传 PDF文件 26.19KB 热度 6次
用以下代码做实验 import time import cv2 as cv import glob import argparse import sys import numpy as np import os.path from collections import deque from sklearn.utils.linear_assignment_ import linear_assignment ..... ..... for i in range(100): indices = linear_assignment(cost_matrix) 输出显示 DeprecationWa
用户评论