object-detection-api Questions
2
I'm fine-tuning SSD object detector using TensorFlow object detection API on Open Images Dataset. My training data contains imbalanced classes, e.g.
top (5K images)
dress (50K images)
etc...
I ...
Untwine asked 15/8, 2018 at 16:48
4
Solved
I've correctly installed Tensorflow Object Detection API according to the provided documentation. However, when I need to train my network there is no train.py file in the research/object_detection...
Aecium asked 18/7, 2018 at 14:44
4
Solved
I'm attempting to get the TensorFlow Object Detection API
https://github.com/tensorflow/models/tree/master/research/object_detection
working on Windows by following the install instructions
http...
Rattish asked 14/1, 2018 at 8:36
2
Solved
I have used tensorflow object detection-api to train my own object detector.But at that time, the images were annotated using labelimg which create xml file for each image.Now I have got labeled im...
Nemathelminth asked 25/6, 2018 at 12:20
1
In Tensorflow Object Detection sample configuration files, all Faster R-CNN configuration files disabled the regularization term as
regularizer {
l2_regularizer {
weight: 0.0
}
}
I feel this...
Vaclava asked 2/11, 2017 at 20:10
2
Solved
I want to have train/evaluate the ssd_mobile_v1_coco on my own dataset at the same time in Object Detection API.
However, when I simply try to do so, I am faced with GPU memory being nearly full a...
Heartstricken asked 28/2, 2018 at 15:24
1
I want to read the data stored in a TFRecord file that I've used as a train record in TF Object Detection API.
However, I get an InvalidArgumentError: Input to reshape is a tensor with 91090 value...
Smokeproof asked 23/4, 2018 at 17:12
1
Solved
I am running an SSD MobileNetV2 using TensorFlow Object Detection API, After running the following code
(keras-cpu-exp) D:\Pycharm Projects\CPU\models\research\object_detection>python train.py ...
Medullated asked 18/4, 2018 at 3:44
1
Solved
I'm retraining mobilenet v2 SSD using Tensorflow Object Detection API and I get this particular error on both Windows and Ubuntu environments.
My environment below is Windows 10 with python 3.5, cu...
Agosto asked 17/4, 2018 at 14:36
1
Solved
I'd like to use the Tensorflow Object Detection API to identify objects in a series of webcam images. The Faster RCNN models pre-trained on the COCO dataset appear to be suitable, as they contain a...
Giavani asked 15/1, 2018 at 22:4
1
I am trying to detect objects in different shaped images (not square). I used faster_rcnn_inception_v2 model and there I can use image resizer which maintains the aspect ratio of the image and the ...
Eva asked 8/1, 2018 at 6:45
1
Solved
I am training an object detector for my own data using Tensorflow Object Detection API. I am following the (great) tutorial by Dat Tran https://towardsdatascience.com/how-to-train-your-own-object-d...
Alenealenson asked 7/12, 2017 at 10:20
2
Solved
How can i get the coordinates of the produced bounding boxes using the inference script of Google's Object Detection API? I know that printing boxes[0][i] returns the predictions of the ith detecti...
Human asked 4/11, 2017 at 12:3
2
Solved
I am running sample program which comes packaged with Tensorflow object detection API(object_detection_tutorial.ipynb).
Program runs fine with no error, but bounding boxes are not diaplayed at all....
Shonna asked 11/11, 2017 at 13:47
1
Solved
This is a follow-up question from this Github issue. To cut a long story short, I tried to use the Tensorflow Object detection API with my own dataset. Everything was working just fine until all of...
Groundspeed asked 14/9, 2017 at 11:15
© 2022 - 2024 — McMap. All rights reserved.