-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Do you have any example of deployment mediapipe to kubernetes in distributed mode? #49
Comments
@dkozlov We have Dockerfile that you can use to build docker containers of MediaPipe. |
For example if you have a pipeline which should be executed in the real time and consist of large neural network models which could not be placed on the single instance. Model parallelism, lower-latency parallel inference (at batch size 1). As I remember Tensorflow could be runned in distributed mode for model parallelism. Do you have any example of integration mediapipe with https://github.com/tensorflow/mesh? |
@dkozlov Unfortunately we don't have such an example working with TensorFlow Mesh. Is your model that big that it you need model parallelism? What's the use cast? |
Thank you for response @mgyong! I have several different models which depend on each other and connected into single complicated pipeline and do not fit in single node. My workload is low-latency parallel inference with batch size equals to single image. Full pipeline latency should be less than 1 second. Actually I am not using the model parallelism it is just separately connected models but I am curious if mediapipe could help me. |
…nizer_update_mediapipe_library Update gesture recognizer library
Hello,
Do you have any example of deployment mediapipe to kubernetes in distributed mode? Or any plan to have an example with deployment of mediapipe in distributed mode to several machines?
The text was updated successfully, but these errors were encountered: