Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

model loading issue #1

Open
XinCode opened this issue Jun 18, 2019 · 3 comments
Open

model loading issue #1

XinCode opened this issue Jun 18, 2019 · 3 comments

Comments

@XinCode
Copy link

XinCode commented Jun 18, 2019

Hi, could you advise how to load the pose estimation model? My model is a local file (converted from tf pb file), but how to load the model in the code (which lines/function in spe.cc)?

@Nanamare
Copy link
Owner

@XinCode
Here is an official model converting tutorial Link
and
[In project]
(https://github.com/Nanamare/android_pose_estimation_mace/blob/master/mace/macelibrary/src/main/cpp/spe.cc#L66)

Before loading to the model, you must convert to ModelName.a file

@XinCode
Copy link
Author

XinCode commented Jun 18, 2019

@Nanamare thanks for your reply.

@EchoIR
Copy link

EchoIR commented Feb 4, 2021

Hi, could you advise how to load the pose estimation model? My model is a local file (converted from tf pb file), but how to load the model in the code (which lines/function in spe.cc)?

您好,想请问tensorflow模型转成pb模型,量化的模型总是有weights_quant/FakeQuantWithMinMaxVars,mace没法用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants