-
### š” Your Question
I've read the docs on the [COCO SSD recipe](https://github.com/Deci-AI/super-gradients/blob/master/src/super_gradients/recipes/dataset_params/coco_detection_ssd_lite_mobilenet_v2_ā¦
-
```
weightsPath = "frozen_inference_graph.pb"
configPath = "ssd_mobilenet_v3_large_coco_2020_01_14.pbtxt"
model = cv2.dnn_DetectionModel(weightsPath,configPath)
```
![image](https://user-imā¦
-
Any chance someone has an SSD Mobilenet onnx model yet?
Are all the operations supported for an SSD?
-
Hi,
I am using transfer learning with Re-training SSD-Mobilenet like [here](https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-collect-detection.md).
My dataset contains 8000+ iā¦
-
Hi,
Previously we have been successfully running our custom YOLOv5 model on the NPU of Rockchip 3588 platform.
Now we want to porting our platform to STM32MP2. From the wiki guide, object detectioā¦
-
I use the inputsize which is 192x192, and the mAP is 0.6. However, using the inputsize of 300x300, the mAP is 0.74. Why this? Can you give me advise?
-
### 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 ā¦
-
# Reference
- [ ] [MobileNet_ssdåē](https://blog.csdn.net/jiang_ming_/article/details/82356642)
- [ ] [MobileNet-SSDē½ē»č§£ę](https://hey-yahei.cn/2018/08/08/MobileNets-SSD/index.html)
- [ ] [ļ¼Tensorflā¦
-
How do you measure FPSļ¼
-
chuanqi305/MobileNet-SSD: Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
https://github.com/chuanqi305/MobileNet-SSD
chuanqi305/Mā¦