EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

Update README.md #506

Open karascr opened 4 years ago

karascr commented 4 years ago

In step 2f, "protoc --python_out=" part, I got an error like that: center_net.proto.pb2 can not found. The problem was fixed when I added this code: ".\object_detection\protos\center_net.proto" I thought this might help.