-
MobileNet/ SSD/ YOLO/
ResNet50/ VGG16
-
I am trying to run the demo/picture_demo.py code with mobilenet option. Going through the codes, I found there is an option to provide mobilenet model. But it seems the code is not fixed for mobilenet…
-
Led the gathering of 2000 video datasets, extracted frame features, and scaled for MobileNet. For higher classification, we used advanced optimization (Adam, binary cross-entropy), selected MobileNet …
-
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
-
Currently, I got
|device| Mobilenet V4 Large| Mobilenet EdgeTPU|
|------|----:|---:|
|iPhone 13| 220.11 | 617.78|
|iPhone 14 Pro| 300.06 | 970.95|
|iPhone 15 Pro Max| 332.95 | 1145.05|
Ro…
-
If we applied haq on fused mobilenet v1, i.e., fuse convolutional and batch norm layer together, it seems very difficult to quantize such model in 1~8bits.
Do you have any comment on such case?
-
博主,您可以把mobilenet_v3_small 网络转换成caffe版本并上传吗,我尝试过几个工具都没有转换成功,求助,谢谢
-
Could you explain how you modified the Mobilenet v1 to fit K210?
-
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
-
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…