-
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
tflite model used in Google meet Virtual Background #1460
Comments
@jiangjianping Hey, I have downloaded the tflite file for Google Meets Virtual Background. I am currently using Tensorflow JS models, BodyPix... but the accuracy is not that good. Can I somehow improve my model? |
According to the model card, the model is licensed under Apache License 2.0, so as long as your application has a compatible license, you should be good to go. |
Thanks, @floe . However is it mandatory to convert the tflite model to tfjs model or I can use tf lite model as is? I want to use the model for real-time inference(Virtual Background/Blur) in a video web chat-based application that is utilizing Twilio video. Basically, I am looking for some open-source implementation for the same. something similar to what body pix already has |
Disclaimer: I am not a lawyer. That being said, I would assume that when your application source code is Apache 2.0 licensed, there shouldn't be any issues, no matter what format the model is in. |
@Aayush795 where can I find the model for the background segmentation? |
The license of MediaPipe Meet Segmentation Model seems to have been changed from Apache 2.0 to Google Terms of Service. I don't know if it is allowed to be used as open source, modified, or used commercially.
|
Hmmm. Interesting. I wonder if they can change it retroactively, I would assume that only applies to newer releases? |
I'm not a legal expert, so I can't say for sure, but I suspect it will be applied after the new release. The following is just one Japanese lawyer's view.
==== Quote |
From https://meet.google.com/, https://meet.google.com/_/rtcvidproc/release/hashed/segm_full_sparse_v1008_0bda82336d236e21e52f2b74129b9883.dat Looks like the latest model is hashed and can not be downloaded anymore. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you. |
Closing as stale. Please reopen if you'd like to work on this further. |
https://ai.googleblog.com/2020/10/background-features-in-google-meet.html
We are evaluating to add virtual background support to our app based on media pipe. Could you please open sourced the mobilenetv3 small tflite model used in Google Meet?
The text was updated successfully, but these errors were encountered: