TypeError: non_max_suppression() got an unexpected keyword argument 'score_threshold'

在使用TensorFlow 的Object Detection中,使用 TensorFlow 1.8及以下环境会报错如下:

TypeError: non_max_suppression() got an unexpected keyword argument 'score_threshold'

解决方法:升级TensorFlow到1.9及以上

1.github参考

你可能感兴趣的:(python,算法,tensorflow)