博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
anchor_generator.proto:11:3: Expected "required", "optio nal", or "repeated"
阅读量:5266 次
发布时间:2019-06-14

本文共 901 字,大约阅读时间需要 3 分钟。

转自:https://github.com/tensorflow/models/issues/1834

 

When I use the commond " protoc object_detection/protos/*.proto --python_out=.",

The output:
object_detection/protos/anchor_generator.proto:11:3: Expected "required", "optio nal", or "repeated".
object_detection/protos/anchor_generator.proto:11:32: Missing field number.

 

 

You need to download protoc version 3.3 (already compiled). Used protoc inside bin directory to run this command like this:

tensorflow$ mkdir protoc_3.3
tensorflow$ cd protoc_3.3
tensorflow/protoc_3.3$ wget wget 
tensorflow/protoc_3.3$ chmod 775 protoc-3.3.0-linux-x86_64.zip
tensorflow/protoc_3.3$ unzip protoc-3.3.0-linux-x86_64.zip
tensorflow/protoc_3.3$ cd ../models/
tensorflow/protoc_3.3$ /home/humayun/tensorflow/protoc_3.3/bin/protoc object_detection/protos/*.proto --python_out=.

It will work hopefullly.

Humayun

转载于:https://www.cnblogs.com/YouXiangLiThon/p/7542234.html

你可能感兴趣的文章
数据生成XML导入Excel
查看>>
MVC返回400 /404/...
查看>>
第二次作业
查看>>
浏览Document文件夹下面的所有文件夹和文件列表
查看>>
POJ3096:Surprising Strings(map)
查看>>
Linux命令行–基本的bash shell命令
查看>>
HDU4268(贪心+multiset)
查看>>
Problem I. Count - HDU - 6434(欧拉函数)
查看>>
angularjs 点击事件与动态追加
查看>>
如何在ScrollView中嵌套ListView
查看>>
委托和事件的简单实用
查看>>
面试题答案一
查看>>
arcgis 10.3 属性表乱码解决方案
查看>>
[转] Word2vec数学原理全家桶
查看>>
转:ArcGIS10.1正式版安装与破解
查看>>
国内代码托管
查看>>
sql进阶-筛选库表中数据为空的表
查看>>
ife task0003学习笔记(二):JavaScript原型
查看>>
SQL循环遍历,删除表里某一列是重复的数据,只保留一条。
查看>>
JAVA安装及环境变量配置
查看>>