Skip to main content

All Questions

1 vote
1 answer
1k views

TensorFlow object detection model works properly with stock model, but fails with error about an implemented operation not being implemented

Using the TPU training mode on Google Cloud, I trained an SSD MobileNet V1 FPN model to recognize two types of objects. The model trained without errors, and I was able to evaluate in TensorBoard. ...
nhubbard's user avatar
  • 110
7 votes
6 answers
5k views

Tensorflow Object Detection API ValueError: No variables to save

I'm trying to train a custom object detection model using tensorflow object detection api. For the training purposes I used pickled image data set for training and as model I used ...
Govinda Malavipathirana's user avatar
0 votes
2 answers
1k views

Tensorflow object detection gives No module named 'deployment'

I'm trying to train a custom object detection module using object detection api. I have put everything together and tried to train the module using 'Google Colab'. When I try to train the module it ...
Govinda Malavipathirana's user avatar
2 votes
0 answers
502 views

Protobuf errors while using Tensorflow Object Detection API locally

I got tensorflow and object detection API on my machine. Test run shows that everything works. ~ $ cd models/research research $ protoc object_detection/protos/*.proto --python_out=. research $ ...
Anna's user avatar
  • 33