-
I try to train an ssd_mobilenetv1 tflite model in wsl2 ubuntu22 with tensorflow 2.17 and python3.10.
My step is:
```
git clone https://github.com/tensorflow/models.git
cd models/research/
proto…
-
I'm newbie and trying the tutorial I found on youtube. Everything is perfect until I came to the 'Creating TF Records' part. I see many errors, the first one is no module found: pandas, I solved it. T…
-
> ## Related Works: object detection (김남훈)
> - Colab으로 따라해보는 Object Detection, tensorflow object detection API
> - https://github.com/unizard/2019.Spring.AI/issues/31
> - [colab으로 학습해보기](https:…
-
When requesting info about model instances using Kaggle API, it returns a single result of the latest (current) version. I would expect that the API response will contain all versions.
For example:…
-
# 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 reporti…
grewe updated
1 month ago
-
### Please verify that you have read and understood the guidelines.
yes
### A clear and concise description of the issue.
Tried installing a few times and keep getting errors during install on the …
-
[ImportError: cannot import name 'tensor' from 'tensorflow.python.framework ' error fromTensorflow object detection api model_builder_tf2_test.py](https://stackoverflow.com/questions/78368737/importer…
-
Hi,
Did you try deploying your trained model on TF Server? I was able to train and test the model successfully on my desktop. I was trying to deploy it for production. I am unable to get the boxes …
-
https://makeoptim.com/en/deep-learning/yiai-object-detection
This article will introduce the concept of object detection, and explain how to use TensorFlow Object Detection API to train a custom ob…
-
Hi peeps,
I have been trying to train a custom model for object detection using this package, i.e flutter_tflite, but have found no success. custom models when ingested into the example app does no…