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 convert #8

Open
ccslience opened this issue May 17, 2022 · 1 comment
Open

model convert #8

ccslience opened this issue May 17, 2022 · 1 comment

Comments

@ccslience
Copy link

thank you for this nice work.Now I want to convert the tensorflow hub's official movenet model to ncnn.
My convert steps as follows:
1、convert pb to onnx;
2、optimize and simplifier onnx model;
3、convert onnx to ncnn;
However there some ops ncnn dont support. Error msg as follows:
Cast not supported yet!

to=1

Unsupported split axis !
ArgMax not supported yet!

axis=1

keepdims=0

Cast not supported yet!

to=6

Cast not supported yet!

to=1

Cast not supported yet!

to=7

GatherND not supported yet!
Cast not supported yet!

to=1

ArgMax not supported yet!

axis=1

keepdims=0

Cast not supported yet!

to=6

Cast not supported yet!

to=1

Cast not supported yet!

to=7

GatherND not supported yet!
Unsupported unsqueeze axes !
Unsupported unsqueeze axes !
Cast not supported yet!

to=7

GatherND not supported yet!
GatherND not supported yet!
Unsupported unsqueeze axes !
Unsupported unsqueeze axes !
Cast not supported yet!

to=1

Unsupported unsqueeze axes !
It will be very nice if you can tell me how do you solve this problem, thank you!

@ZhangGe6
Copy link

ZhangGe6 commented Oct 2, 2022

This project, sports_counting_by_pose_estimation, provides model conversion step-by-step tips for movenet.

Hope it helps.

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

2 participants