PoseEstimationForMobile
PoseEstimationForMobile copied to clipboard
Use thie project in Snapdragon 820(arm64_v8a) with mace, what should to do?
I want to use thie project in Snapdragon 820(arm64_v8a) whit mace, the gpu is Adreno530, what should i do ?
@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.