python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Protobuf Error on TFOD API installation: ImportError: cannot import name 'builder'
I'm trying to install the Tensorflow Object Detection API by following this tutorial. When I got to the end, while trying the python object_detection/builders/model_builder_tf2_test.py command, I got ...

Francisco Ferraz
Votes: 0
Answers: 1
Tensorflow: the number of produced checkpoint files doesn't match the configured inputs for model_main_tf2.py
I'm using a pre-trained model in TensorFlow 2 Detection Model Zoo, for Object Detection, within CoLab (Tensorflow v2.7.0).
The (new) dataset consists of 255 images for training. The train_config > ...

JoyfulPanda
Votes: 0
Answers: 1
How to check which Tensorflow version is compatible to Tensorflow Model Garden?
In order to use a pre-trained model with Tensorflow, we clone the Model Garden for TensorFlow, then choose a model in Model Zoo, for example, Detection Model Zoo: EfficientDet D0 512x512.
Is there any...

JoyfulPanda
Votes: 0
Answers: 1