運行python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/ssd_mobilenet_v1_coco.config出現google.protobuf.text_format.ParseError: 166:8 : Message type "object_detection.protos.RandomHorizontalFlip" has no field named "i".錯誤。python
解決方法git
查看training文件夾下的ssd_mobilenet_v1_coco.config文件,查找一下i這個字母,看看有沒有什麼出錯的地方。github
參考dom