PoseEstimationForMobile icon indicating copy to clipboard operation
PoseEstimationForMobile copied to clipboard

Use thie project in Snapdragon 820(arm64_v8a) with mace, what should to do?

Open lxyyang opened this issue 6 years ago • 1 comments

I want to use thie project in Snapdragon 820(arm64_v8a) whit mace, the gpu is Adreno530, what should i do ?

lxyyang avatar Aug 22 '18 02:08 lxyyang

@lxyyang

First, read the following doc.

Be familiar with TensorFlow. Only CPU support on mobile device, pls refer tflite doc. GPU support on mobile device, pls refer mace doc.

Then, you can walk through the code i provide.

edvardHua avatar Sep 03 '18 03:09 edvardHua