-
Hi, i am new to tensorflow object detection API, i trained a model with 900 images of shoes, i put 20%(180 images) into test forlder and 80%(720 images into train folder), but after training my traine…
-
# Prerequisites
Please answer the following question for yourself before submitting an issue.
- [x] I checked to make sure that this feature has not been requested already.
## 1. The entire U…
-
I was curious to give this a go and wasn't sure if the below error was due to this being python2 only or something else?
```
iliauk@ikobjtest:/data/models/research$ python object_detection/train.p…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: Yes
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Ubuntu…
-
### System information
- **What is the top-level directory of the model you are using**:
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**:
- **OS…
-
### System information
- **What is the top-level directory of the model you are using**: object detection
- **Have I written custom code (as opposed to using a stock example script provided in Tenso…
-
I am using Win10 and Spyder, I have tried to run : generate_tfrecord.py, Unfortunately,shows "ModuleNotFoundError: No module named 'object_detection'", I guess the problem is the path, how to set the …
-
Hi,
I have A project where I am trying to retrain an object detector to detect 3 different object classes within an image taken from a USB camera on a Raspberry Pi 4. I have successfully followed t…
-
I am using Tensorflow object detection API and faster rcnn for detecting characters and digits in an image. How can i measure the accuracy of the model? Like is there any evaluation metrics for the sa…
-
## Description
I obtained the same inference time with my optimized model (sometimes slower the baseline model) using the Tensorflow TensorRT API.
I’ve included a set of two tests on both SSD Resn…