I am getting the above error when i am trying to run train.py in tensor flow object detection API . Can someone help me ? I am trying out this code python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config

1 Answer

If you haven't compiled your protofbuf libraries then you need to execute the command specified in the following link: I did notice an issue with the latest protobuf compiler available. I successfully compiled using version 3.4.0 of protoc available here:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.