-
Hi,
I try to run edgeai-benchmark/tutorials/tutorial_classification.ipynb, but it seems that the FP32 model is not compiled and the fold "artifacts" is empty. Any ideas?
Thank you!
`runtime_opt…
-
What are these levels? https://github.com/lufficc/SSD/blob/68dc0a20efaf3997e58b616afaaaa21bf8ca3c05/ssd/modeling/backbone/mobilenetv3.py#L177-L182
and these
https://github.com/lufficc/SSD/blob/68d…
ksv87 updated
3 months ago
-
Hello @camel007 -- I am getting the following error while running mobile_net_trainer.py: python ./mobile_net_trainer.py --train_data /data/image_recognition/digits/digits_5.1_curr/digits/jobs/20151105…
-
Why did you use relu6 instead of relu after scale layer in blocks?I think the paper used relu.How many batches when you train? Can you release your train.prorotxt and solver.prototxt?I can't reproduc…
-
# 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?
-
I've trained yolov3 on mobilenet backend and get a good MAP(about 90M and 2 times faster than keras yolov3).I upload my code for mobilenet-yolov3 on https://github.com/Adamdad/keras-YOLOv3-mobilenet.g…
-
I've trained yolov3 on mobilenet backend and get a good MAP(about 90M and 2 times faster than keras yolov3).I upload my code for mobilenet-yolov3 on https://github.com/Adamdad/keras-YOLOv3-mobilenet.g…
-
I've trained yolov3 on mobilenet backend and get a good MAP(about 90M and 2 times faster than keras yolov3).I upload my code for mobilenet-yolov3 on https://github.com/Adamdad/keras-YOLOv3-mobilenet.g…
-
**Describe the bug**
If someone saves a model file using a non-default model type (`Model.MOBILENET` or `Model.MOBILENET_320`) and later tries to load it using `Model.load`, it will cause the followi…