[에러 메세지]
object_detection/protos/anchor_generator.proto:11:3: Expected "required", "optional", or "repeated".
object_detection/protos/anchor_generator.proto:11:32: Missing field number.
[에러 원인]
protoc ver 3.3. 설치 필요
[해결 방안]
tensorflow$ mkdir protoc_3.3 tensorflow$ cd protoc_3.3 |
[참고]
https://github.com/tensorflow/models/issues/1834
'Programming > Error Message' 카테고리의 다른 글
SyntaxError: Non-ASCII character '\xeb' in file (0) | 2017.08.21 |
---|---|
rcdll.dll 리소스 컴파일러 DLL을 찾을 수 없습니다. (0) | 2017.07.25 |
error: ‘for’ loop initial declaration used outside C99 mode (0) | 2017.07.19 |
'/ZI' and '/Gy-' command-line options are incompatible (0) | 2017.05.17 |
test dword ptr [eax],eax ; probe page. (0) | 2017.04.28 |