-
Hi, @chuanqi305 , I noticed there is size parameter in gen.py to generate mobilenet ssd with different model widths, but I can't find any parameters to adjust input resolutions, such as mobilenet wit…
-
Hi,has anyone tried mobilenet-ssd on jetson TX2?
Could you share your performance(accuracy and speed) with me?
Thank you!
-
Hi, while running the training I'm getting this error:
`Traceback (most recent call last):
File "train.py", line 51, in
from object_detection.builders import model_builder
File "C:\tensor…
-
I trained ssd_mobilenet_v2 object detection model by https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/running_on_mobile_tf2.md and https://github.com/tensorflow/models…
-
Thank you for your posting! I'm also trying to build a mlmodel pipeline with Tiny YOLOV3 and I found your repo really useful and helpful.
I'm following the ssdlite.py. I ran this file on my own lap…
-
# 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.
- [ y ] I am repor…
-
Please go to Stack Overflow for help and support:
http://stackoverflow.com/questions/tagged/tensorflow
Also, please understand that many of the models included in this repository are experimenta…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am using the ltensorflow-lite-1.15.0.aar (for android device)
- [x] I am reporting the iss…
-
I am trying to use tensorboard on google colaboratory.
Following this guide: https://www.tensorflow.org/tensorboard/tensorboard_in_notebooks
I have ran `%load_ext tensorboard`, then `%tensorboard --…
-
Hi, I'm experimenting with your repository but the training stops with error, raising this exception:
```
File "/home/davidecremona/PycharmProjects/Mobilenet-ssd-keras/training/drb_train_mobilenet…