Skip to content

Commit

Permalink
Merge pull request edvardHua#70 from tucan9389/master
Browse files Browse the repository at this point in the history
add iOS benchmark on README
  • Loading branch information
edvardHua authored Apr 16, 2019
2 parents 909cb4f + f3d8473 commit 17030a3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repository currently implemented the CPM and Hourglass model using TensorFl
<td>93.78</td>
<td rowspan="2">
~60 FPS on Snapdragon 845 <br/>
30+ FPS on iPhone x (need more test)
~60 FPS on iPhone XS (need more test)
</td>
</tr>

Expand Down Expand Up @@ -348,6 +348,16 @@ python3 src/gen_tflite_coreml.py \

Then, follow the instruction on [PoseEstimation-CoreML](https://github.com/tucan9389/PoseEstimation-CoreML).

The benchmark of some socs for average inference time are shown as follow.

Model | iPhone XS Max | iPhone XS | iPhone X | iPhone 8 Plus | iPhone 8
--------------- | ------------- | --------- | -------- | ------------- | --------
CPM & Hourglass | 17 ms | 16 ms | 69 ms | 64 ms | 42 ms

Model | iPhone 7 | iPad Pro<br>(10.5-inch) | iPhone SE | iPad<br>(5th) | iPhone 6 Plus
--------------- | -------- | ------------------- | --------- | ---------- | -------------
CPM & Hourglass | 74 ms | 41 ms | 103 ms | 118 ms | 331 ms


## Reference

Expand Down

0 comments on commit 17030a3

Please sign in to comment.