-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Google Meets Background Segmentation Model? #56
Comments
I'm just going to do a reverse conversion like the other models in MediaPipe, so I can probably convert it to .pb. I'll try it tonight. |
@PINTO0309 that would be a real christmas miracle. |
Take your time :) |
I have generated and committed models for .pb, .tflite float32/float16, INT8, EdgeTPU, TFJS, TF-TRT, CoreML, and OpenVINO IR for testing. However, I was so exhausted that I did not create a test program to test it. I would be very happy if you could test it with your help. 😃 |
I didn’t see the CoreML model: is it somewhere? |
@PINTO0309 thanks, I saw it now! It works as is, but I am not able to convert my images to the required input. So I've tried using coremltools to change the input from float32[1,144,256,3] to an RGB image:
Then I get a compilation error in XCode Any idea how to fix this? Really great repo, thanks for sharing all your experiments. |
@PINTO0309 any idea why CoreML model complains once input is converted to RGB? I noticed that your CoreML model finishes with AddBroadcastable followed by Deconvolution, but after I used coremltools to change the input into RGB, the exported CoreML model finishes with Deconvolution + AddBroadcastable (reversed). Any idea on how to make the CoreML work with RGB input/output? |
tensorflow/tfjs#4177
Would it be possible to get a .pb of the raw tflite model listed there, assuming it truly is Apache licensed?
The text was updated successfully, but these errors were encountered: