I'm was to follow this https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 . I realized part way through that I was running into problems because not all of my files in the protos folder were converted to python files? So i tried to do each file separately again.
this is what i put into command prompt. it's telling me "tried to write file twice". and in the folder there is still no center_net_pb2.py file.
(tensorflow1) C:\tensorflow1\models\research>protoc object_detection/protos/center_net.proto --python_out=. .\object_detection\protos\center_net.proto
object_detection/protos/center_net_pb2.py: Tried to write the same file twice.
I'm using protobuf version 3.12.3