Last active
April 11, 2022 01:06
-
-
Save zihaomu/1cf236339099708a0c75aeef5620433e to your computer and use it in GitHub Desktop.
OpenCV DNN performance on ARM CPU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test on Khadas VIM3(Cortex-A73) (ms) | |||||
---|---|---|---|---|---|
Model Name | OpenCV DNN | ONNXRuntime | TFLite + XNNPACK | NCNN | |
ResNet50 | 418.83 | 351.25 | 230.91 | 186.18 | |
MobileNet V1 | 62.84 | 75.47 | 31.16 | 42.96 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment