protoc object_detection/protos/*.proto: No such file or directory

后端 未结 16 2998
时光说笑
时光说笑 2020-12-14 10:47

I am following the example found here. But whenever I enter the command \"C:/Program Files/protoc/bin/protoc\" object_detection/protos/.proto --python_out=. I get an e

16条回答
  •  误落风尘
    2020-12-14 11:26

    Be sure to change the directory to "models\research\" and try to do the steps from the tutorial using the protoc version 3.4.0, just like the tutorial. I only worked for me using 3.4.0.

    my cmd line that worked:

    C:\Users\...\protoc-3.4.0-win32\bin\protoc object_detection/protos/*.proto --python_out=.
    

提交回复
热议问题