All Questions
3 questions
1
vote
0
answers
5k
views
how to debug invalid utf-8 in protobuf?
i'm working with some tensorflow code and trying to load a trained checkpoint, but it's failing with a protobuf error like this:
[libprotobuf ERROR google/protobuf/wire_format_lite.cc:577] String ...
4
votes
1
answer
5k
views
Trouble saving repeated protobuf object to file (Python)
I'm new to protobuf, so I don't know how to frame the question correctly.
Anyways, I'm using this Model Config proto file. I converted it into python using this command protoc -I=. --python_out=. ./...
0
votes
1
answer
371
views
How to fix Import object_detection/protos/image_resizer.proto but not used
I have an issue when I try to compile Protobuf to use TensorFlow Object Detection API.
I'm following this tutorial: https://github.com/Khaivdo/How-to-train-an-Object-Detector-using-Tensorflow-API-on-...