Skip to main content

All Questions

1 vote
2 answers
305 views

Having an error when installing Scann on Google Colab

I installed scann on colab with code !pip uninstall protobuf>=3.20.3 but I had a error like that: "ERROR: pip's dependency resolver does not currently take into account all the packages that ...
vinh nguyen's user avatar
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 ...
ahihi's user avatar
  • 73
1 vote
1 answer
320 views

protoc doesn't see files? (I'm doing something wrong)

I'm trying to run: protoc *.proto -python_out=. in the protoc directory inside of tensorflow > models > research > object_detection > protos, and it returns object_detection/protos/...
tmckzs's user avatar
  • 9
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=. ./...
krxat's user avatar
  • 523
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-...
UbermenschUB's user avatar