Skip to content

Commit

Permalink
Update benchmark in README
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Sep 18, 2019
1 parent 6612d1e commit 0d9e665
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ However we are also far from maturity comparing to TF Lite. At least we are an a

## Benchmark

We benchmarked DNNLibrary against two popular frameworks, [NCNN](https://github.com/Tencent/ncnn) and [MNN](https://github.com/alibaba/MNN). DNNLibrary shows promising results on three devices. (Note: GoogleNet fails to convert on MNN so the corresponding latency is blank.)

![Benchmark on RK3399](./images/DNNLibrary-rk3399.png)
![Benchmark on OnePlus 6T](./images/DNNLibrary-oneplus6t.png)
![Benchmark on Huawei Honor V10](./images/DNNLibrary-huaweihonorv10.png)

device | model | time
:---:|:---:|:---:
Google Pixel, API 28 | MobileNet v2 | 132.95ms
Expand Down
Binary file added images/DNNLibrary-huaweihonorv10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/DNNLibrary-oneplus6t.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/DNNLibrary-rk3399.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d9e665

Please sign in to comment.