edvardHua / PoseEstimationForMobile

:dancer: Real-time single person pose estimation for Android and iOS.
Apache License 2.0
1k stars 267 forks source link

I don't know how to apply the newly trained model (.pb) to Android PoseMace. #147

Open chartores opened 3 years ago

chartores commented 3 years ago

I don't know how to apply the newly trained model (.pb) to Android. to Android PoseMace.

train.py -> xxx.meta / xxx.index / xxx.data -> gen_frozen_pb .py -> xxx.pb -> [Mace Library]converter.py -> mace.model???

Is it correct to follow the steps below?

For mobile phone performance, it must be driven by the mace library app.

. pb file and then how to apply it to Android.