AttributeError: 'module' object has no attribute 'text_format'


是protobuf的版本发生了变化

在文件./lib/fast_rcnn/train.py增加一行import google.protobuf.text_format 即可解决问题