在使用TensorFlow 的Object Detection中,使用 TensorFlow 1.8及以下环境会报错如下:
TypeError: non_max_suppression() got an unexpected keyword argument 'score_threshold'
解决方法:升级TensorFlow到1.9及以上
1.github参考
当使用TensorFlow1.8及其以下版本进行目标检测时,可能会遇到TypeError关于'score_threshold'的错误。该文章提供了解决方案,即升级TensorFlow到1.9或更高版本。
在使用TensorFlow 的Object Detection中,使用 TensorFlow 1.8及以下环境会报错如下:
TypeError: non_max_suppression() got an unexpected keyword argument 'score_threshold'
解决方法:升级TensorFlow到1.9及以上
1.github参考
您可能感兴趣的与本文相关的镜像
TensorFlow-v2.15
TensorFlow 是由Google Brain 团队开发的开源机器学习框架,广泛应用于深度学习研究和生产环境。 它提供了一个灵活的平台,用于构建和训练各种机器学习模型
7406

被折叠的 条评论
为什么被折叠?