-
I followed all the steps, you have mentioned for converting TensorFlow SSD model v2 1.14 into TensorRT bin.
I updated the buildengine.py file and graphsurgeon converter for new Jetpack support.
…
-
Hello, I have downloaded an [archive](https://dl.google.com/dl/aiyprojects/vision/tf_models_2017_12_13.tgz) (from https://aiyprojects.withgoogle.com/vision) with `mobilenet_v1_160res_0.5_imagenet.pb` …
-
The model file provided for SSD uses resnet-18 as backbone. I want to use Mobilenet_v1 as backbone. Please let me know how to do the same.
-
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'm trying to use [SSD MobileNet v2 320x320](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md)
I used `exporter_main_v2.py` to get saved model.
…
-
We've meticulously reconstructed all components of Intel's MLPerf Inference v0.5 submission, including:
- the [Linux/CPU code](https://github.com/mlperf/inference_results_v0.5/tree/master/closed/Inte…
-
Compiled and ran app in the Pixel-2 but no objects are getting detected.
I know the coco trained SSD mobilenet works for Person and some objects like cup, monitor but this app detects nothing.
-
[`ssd-mobilenet 300x300`](https://zenodo.org/record/4735652/files/ssd_mobilenet_v1_coco_2018_01_28.onnx) from https://github.com/mlcommons/inference/tree/r1.1/vision/classification_and_detection.
…
-
hi,
thanks for the great repo.
I didn't see the sample for how to use the `Pytorch ssd-mobilenet-v1 model` for convert, I have to reference the code sample under `tensorflow/ssd_mobilenet_v1`.
Sinc…
-
This error is prompting when I run
python generate_tfrecord.py --csv_input=data/train_labels.csv --output_path=data/train.record
I am trying to build a custom object detector using Single Shot Det…