-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [Y] I am reporting the issue to the correct repository. (Model Garden official or research direct…
-
I followed the instructions to convert the weights from ssd_mobilenet_v2_coco_2018_03_29 to a Caffe model.
When I try to convert using:
mvNCCompile -w deploy.caffemodel -o graph -s 12 deploy.proto…
-
I want to convert a caffe model (https://github.com/chuanqi305/MobileNet-SSD) to mxnet model. When i run the command python convert_model.py MobileNetSSD_deploy.prototxt mobilenet_iter_73000.caffemode…
ss481 updated
6 years ago
-
when i run the command:
python train.py --network mobilenet --data-shape 512 --prefix C:\Users\Stefan\Desktop\MXNet\mxnet-ssd-master\output\mobilenet-ssd-512 --train-path C:\Users\Stefan\Desktop\MXNe…
-
# SSD mobileNet V1 custom 모델 안드로이드 적용시키기 (2/2)
학습이 끝나면 train폴더에 ckpt파일들이 생깁니다. 해당 파일중 가장 마지막 checkpoint파일을 pb파일로 변환해야합니다. 아래 명령어에서 model.ckpt- 뒤의 숫자는 본인 파일의 숫자를 작성하시면 됩니다.
[https://gusah009.github.i…
-
I tried to run SSD Mobilentv1 model as per the instructions mentioned in the following git repo:
https://github.com/chuanqi305/MobileNet-SSD (just run the demo.py file, trained model and prototxt is…
-
Hi,
I am able to run SSD MobileNetV2 and CenterNet MobileNetV2 (boxes prediction) on my android device. When I compare inference speed of the models on my android device I get below results:
inf…
-
I converted the tf objected detection trained model and converted it to onnx format according to [here](https://docs.unity3d.com/Packages/com.unity.barracuda@1.0/manual/Exporting.html). The problem is…
-
I have trained ssd with mobilenetv2 on VOC but after almost 500 epochs, the loss is still like this:
```
517/518 in 0.154s [##########] | loc_loss: 1.4773 cls_loss: 2.3165
==>Train: || Total_ti…
-
### 问题描述 Please describe your issue
https://paddlelite-demo.bj.bcebos.com/models/ssd_mobilenet_v1_relu_voc_int8_300_per_layer.tar.gz
这个ssd_mobilenet_v1_relu_voc_int8_300_per_layer是用paddle-detection训…