运行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".错误。

解决方法

查看training文件夹下的ssd_mobilenet_v1_coco.config文件,查找一下i这个字母,看看有没有什么出错的地方。

参考

https://github.com/tensorflow/models/issues/4905

相关文章:

  • 2021-09-06
  • 2022-12-23
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-08-13
  • 2021-12-09
猜你喜欢
  • 2021-11-16
  • 2022-12-23
  • 2021-10-05
  • 2021-10-03
  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案