【Tensorflow2.0】Tensorflow2.0版本可以使用object_dectectionAPI吗

我电脑上安装的是tensorflow2.0版本,在配置object-dectection API时出现了AttributeError: module 'tensorflow' has no attribute 'contrib'的问题,请懂的老师帮忙解答一下,十分感谢

tensorflow2.X版本中没有contrib了,可以尝试使用修改或者使用1.1X(X>=2)版本.

按照官网文档的说法,是可以的

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md

>=1.12,并没有说2.0不可以。

现在已经支持了,可以查看此TensorFlow官方教程:https://ask.csdn.net/questions/1058791 

抱歉让大家久等了。

现在已经支持了,可以查看此TensorFlow官方教程:https://mp.weixin.qq.com/s/yoWfba9Wmx5HBqKx2ah26A

好的,谢谢呢