Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to put my own Trained model in mediapipe? #507
Comments
|
Hi @reno5566 , |
|
We really need to lower the entry barrier for users/devs to do custom stuffs with reusable components/ops on their own model or finetuned models. |
|
I want to put my trained model into medipipe for dynamic gesture recognition. |
|
@mahakal001 Thank you for your blog, It's really helpful. I followed your steps and get this[ERROR: bazel does not currently work properly from paths containing spaces (com.google.devtools.build.lib.runtime.BlazeWorkspace@6edf8cc7).] |
|
@reno5566 Thanks for giving it a read. As far as your issue is concerned, Can you exactly point out which line of code causes this error? |
|
@mahakal001 I'm working on it but still can't find which line of code causes this error. I can understand your blog. It's strange I think it's ready to run. |
|
@reno5566 meanwhile can you make sure that the error is not due to copy/paste formatting issues. For example, sometimes hidden characters are also copied along with the one we intended to. I am not sure but still be careful while doing so. I will attach the link to the source files in the blog itself if its a formatting issue. So please keep me updated. |
|
I have put a tflite neural network model on mediapipe. My graph is configured like this: node { node { node { node { |
thank you for your blog.I successfully constructed your example,its very helpful.But now i want to Identify some custom objects in mediapipe.I don't know how to do it.So looking forward to your next blog. |
Hi, I'm a starter and trying to learn how to customize or modify my own mediapipe line. I used Neural Networks to train landmarks which extract from mediapipe. Is there any way I can put my trained model back to mediapipe to implementing real-time gesture recognition?Thanks for your help.