Questions tagged [object-detection-api]

Questions related to the tensorflow object detection api

Tensorflow object detection api is found at https://github.com/tensorflow/models/tree/master/research/object_detection

1146 questions
-1
votes
1 answer

fine_tune faster_resnet101_coco by GTX 1080

Is it possible to fine-tuning faster_rcnn_resnet101_coco by GTX 1080 with object detection api? Or faster_rcnn_nasnet.
-1
votes
1 answer

How to make a model of 10000 Unique items using tensorflow? Will it scale?

I have a use case where I have around 100 images each of 10000 unique items. I have 10 items with me which are all from the 10000 set and I know which 10 items too but only at the time of testing on live data. I have to now match the 10 items with…
-2
votes
1 answer

How to Convert tensorflow saved_model to frozen inference graph?

I train a model by tensorflow 2 to detecting vehicles, but I want to Convert tensorflow saved_model to frozen inference graph. Can any one help?
-2
votes
1 answer

Incomplete shape error when try to export inference in tensor flow object detection api

I trained custom object detector with loss 2.x , when i try to export it i am getting the following error I came across this : 'Parsing Inputs... Incomplete shape' error while exporting the inference graph in Tensorflow But Iam sure label is same :…
-2
votes
1 answer

Understanding peaked/curved results in mAP and Loss during object detector training

I am working on training the object detector with a custom dataset designed to detect the head of a plant. I am using the "Faster R-CNN with Resnet-101 (v1)" that was originally designed for the pet dataset. I modified the config file to match my…
user3120471
  • 23
  • 2
  • 3
  • 8
-2
votes
2 answers

Why does Tensorflow Object Detection API detect only the first class and ignores the rest?

I ran a quick test of ODA on my own dataset. I noticed it only detects one class, as if there is only one class! Here is an example where it detects the correct class: Example classes=[[ 1. 1. 2. 2. 1. 2. 1. 2. 1. 2. 2. 1. 2. 2. 2. 2.…
Hossein
  • 24,202
  • 35
  • 119
  • 224
1 2 3
76
77