Protobuf: Missing output directives

Created on 11 Feb 2019  Â·  6Comments  Â·  Source: protocolbuffers/protobuf

Hi Team, the details of protobuf I am using are as follows
Version: protoc-3.7.0-rc-2-win64.zip
Language: Python
Operating System : Windows 10
Runtime : Python

I am following this https://www.edureka.co/blog/tensorflow-object-detection-tutorial/ link to develop object detection demo.

I ran following command:

protoc object_detection/protos/

But it showed me following message

Missing output directives.

Please suggest me, How should I proceed to resolve this issue?

Most helpful comment

protoc --python_out=. object_detection/protos/*

All 6 comments

protoc --python_out=. object_detection/protos/*

Yes, it worked but in the tutorial, it is mentioned wrong.

@ersps25 did the tutorial work out afterwards? I'm getting an error with 'detection_masks'

Yes, It worked for me.

On Sun 31 Mar, 2019, 2:49 AM Ramith Hettiarachchi, notifications@github.com
wrote:

@ersps25 https://github.com/ersps25 did the tutorial work out
afterwards? I'm getting an error with 'detection_masks'

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/protocolbuffers/protobuf/issues/5706#issuecomment-478290126,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AOR0b1XG1T0KLqZy0WptBZFF9wCNY56Mks5vb9TTgaJpZM4azn7M
.

i am showing this error what can i do?
'protoc' is not recognized as an internal or external command,
operable program or batch file.
I am running the command on ananconda prompt.

protoc --python_out=. object_detection/protos/*

Not working

Was this page helpful?
0 / 5 - 0 ratings