Tensroflow error: cannot import name 'anchor_generator_pb2'

Tensorflow使用models进行对象检测环境配置时,遇到错误cannot import name 'anchor_generator_pb2'

解决方法:

(1)参考这篇博客:https://blog.csdn.net/qq_22910255/article/details/80516554 如果还报相同的错误进行2步骤

(2)先在research目录下命令行执行python setup.py install 然后再进行后续测试

Tensroflow error: cannot import name 'anchor_generator_pb2'

 

上一篇:TypeScript的基本使用(2)


下一篇:react如何让组件内部样式私有化