bourdakos1 / Custom-Object-Detection

Custom Object Detection with TensorFlow
https://medium.freecodecamp.org/tracking-the-millenium-falcon-with-tensorflow-c8c86419225e
MIT License
347 stars 181 forks source link

Added automatic protobuf compiler #34

Closed MrRefactoring closed 5 years ago

MrRefactoring commented 5 years ago

If i write protoc object_detection/protos/*.proto --python_out=. in Windows 10 then get the next error:

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

Relying on my experience and on issue #33, I wrote a script that automatically compiles protobuf libs

bourdakos1 commented 5 years ago

hi @MrRefactoring, this repo relies on a dated version of the TensorFlow api. We've moved to a more future proof version here: https://github.com/cloud-annotations/training Do you still have this protoc issue? I don't have windows so I can't test, but if this is still relevant do you mind opening this pull request on the new repo?

Thanks 😁