-
I am trying to run the model_main.py under tensorflow object detection API, which needs the successful installation of CocoAPI. I have followed the instruction to install CocoAPI, including doing make…
-
I made tflite model with
https://github.com/tensorflow/models/blob/master/research/object_detection/colab_tutorials/eager_few_shot_od_training_tflite.ipynb
but the probem is that I export tflite…
-
I want to use tensorflow for detecting cars in an embedded system, so I tried ssd_mobilenet_v2 and it actually did pretty well for me, except for some specific car types which are not very common and …
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [x] I am reporting…
-
Running the following instruction I found
raise self.ParseError('Expected identifier or number, got %s.' % result)
': Expected identifier or number, got
-
-
Hello,
I read the corresponding publication to your code and landed here.
In following your instruction for installation, I repeatedly arrive at the same error at the point of "check installation" …
-
### Functionality details
1. add a api endpoint which is able to detect human faces in the image
2. May use tensorflow ml models for the task or import other 3rd party models
3. **Optional** retu…
-
### Functionality details
1. add a api endpoint which is able to detect multiple human faces in the image
2. May use tensorflow ml models for the task or import other 3rd party models
3. **Optio…
-
### System information
- **What is the top-level directory of the model you are using**: models/research/object-detection
- **Have I written custom code (as opposed to using a stock example script p…