Top "Object-detection-api" questions

Questions related to the tensorflow object detection api

od_graph_def = tf.GraphDef() AttributeError: module 'tensorflow' has no attribute 'GraphDef'

I have a mac and I am using tensorflow 2.0, python 3.7. I am following the tutorial for creating an object detection …

tensorflow import object-detection-api
Get the bounding box coordinates in the TensorFlow object detection API tutorial

I am new to both python and Tensorflow. I am trying to run the object_detection_tutorial file from the …

python tensorflow bounding-box object-detection-api
How to solve "AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key"?

I encountered it while executing from object_detection.utils import label_map_util in jupyter notebook. It is actually the …

python tensorflow protocol-buffers object-detection-api proto
What is difference frozen_inference_graph.pb and saved_model.pb?

I have a trained model (Faster R-CNN) which I exported using export_inference_graph.py to use for inference. I'm …

python tensorflow object-detection-api
Tensorflow Object Detection API on Windows - error "ModuleNotFoundError: No module named 'utils'"

I'm attempting to get the TensorFlow Object Detection API https://github.com/tensorflow/models/tree/master/research/object_detection working …

python tensorflow object-detection object-detection-api
How to find the Input and Output Nodes of a Frozen Model

I want to use tensorflow's optimize_for_inference.py script on a frozen Model from the model zoo: the ssd_…

tensorflow inference object-detection-api
ImportError: No module named absl.testing

I've been trying to run the Object detection API, at the point to test if the instalation worked: python object_…

python tensorflow object-detection object-detection-api
Mobilenet SSD Input Image Size

I would like to train a Mobilenet SSD Model on a custom dataset. I have looked into the workflow of …

tensorflow object-detection object-detection-api
Tensorflow Object Detection API no train.py file

I've correctly installed Tensorflow Object Detection API according to the provided documentation. However, when I need to train my network …

python tensorflow object-detection-api
Return coordinates for bounding boxes Google's Object Detection API

How can i get the coordinates of the produced bounding boxes using the inference script of Google's Object Detection API? …

tensorflow object-detection object-detection-api