-
Dear naisy,
Thank you for your work. I am currently working in porting ssd mobilenet Object Detection algorithm in Xavier platform.
The current configuration used in Xavier,
Jetpack - 4…
-
In Plotly Dashboard, we are not able to add RTSP stream as Video input.
127.0.0.1 - - [25/Sep/2024 05:49:56] "GET /status HTTP/1.1" 200 -
127.0.0.1 - - [25/Sep/2024 05:49:56] "GET /resources HTTP/…
-
It seems the "ssd_mobilenet_v1_coco_sim.config" file is missed in the /data/config
-
# SSD: Single Shot MultiBox Detector #
- Author: Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang Fu, Alexander C. Berg
- Origin: https://arxiv.org/abs/1512.023…
-
**Components**
->This analysis was w.r.t OpenVINO Execution Provider vs MLAS
-> Model used was mlperf_ssd_mobilenet_300 onnx model
-> Tool used to run the model: onnxruntime_perf_test
-> Platform:…
-
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…
-
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 --…
-
Hello! First of all thanks for your implementation. You're really awesome.
My question is how to merger the focal loss with SSD architecture as I'm know working on SSD for my project.
1. Is it c…
-
-
Hi, I want to train a detection model, and in your doc/pytorch-ssd.md, only `mb-v1` pretrained weight mentioned, as follows:
```
# you only need to run these if you aren't using the container
$ cd …