-
@titikid
When I run python2 test_mobilenet_ssd_300.py, I got
Traceback (most recent call last):
File "./test_mobilenet_ssd_300.py", line 14, in
import xml_parser
ImportError: No module…
-
# 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…
-
HI All,
Running the latest Jetpack on an Xavier NX. I had used https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-collect-detection.md to train a custom dataset. That seems OK.
…
-
I am able to convert the official ssd_mobilenet_v2 trained on MS COCO to a caffe model, by using dump_tensorflow_weight and load_caffe_weights afterwards.
However, when I want to convert my fine-tu…
-
I would like to customize a specific training, could you guide me which one should I use so that it works with the available code?
https://github.com/tensorflow/models/blob/master/research/object_d…
-
Hey @titikid I download the model mobilenet_ssd_300-0000.params and mobilenet_ssd_300-symbol.json and I am training with my set of images. The accuracy I got after 50 epoch is 0.15, this is very low …
ss481 updated
6 years ago
-
Traceback (most recent call last):
File "d:\work_paul\11_new_workspace\mobilenetssdv2_tf\v1\mobilenet-ssd-keras-master\predict.py", line 77, in
r_image = ssd.detect_image(image, crop = crop, …
-
Dear Friends,
When I use nvdla_compiler to translate mobile network, it reports error.
```bash
// SSD_MobileNet
jimchen@workstation:~/nvdla/trans$ ./nvdla_compiler --prototxt MobileNetSSD_deploy…