-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Converting model to CoreML #23
Comments
Hey, I am trying to convert it to coreml as well, any progress on your end? |
I do not have a lot of time working on this... |
I went to the DSNTNN repo. There was suggested I can convert the model without the final DSNTNN layer, as this layer basically doesn't have any weights. You would have to implement that layer in objective c or swift though. I will let you know once I have something running, should be doable. |
wait for your good news! @MetaDev |
Sounds great, our team don't wanna write custom layers, we are training from scratch now. Basically swapping OpenPose's VGG blocks with Shufflenet-like blocks. |
I would like to convert the model to CoreML to use it on the iPhone.
But the DSNTNN layer is not supported because of its flip and linspace pytroch operands.
Would it be possible to implement those operands in a different way, as such that it does convert?
I am also looking to implement a similar layer to do coordinate and heatmap based regression, as in https://github.com/JimmySuen/integral-human-pose.
These models are compatible with CoreML.
The text was updated successfully, but these errors were encountered: