twilio / twilio-video-processors.js

Twilio Video Processors is a collection of video processing tools which can be used with Twilio Video JavaScript SDK to apply transformations and filters to a video track.
Other
33 stars 21 forks source link

Could you add Google's Selfie model #48

Closed vbabenko closed 2 years ago

vbabenko commented 2 years ago

What is the feature that you would like to see? Please describe. There is a model published by Google and the quality and performance of that model are quite impressive. It has better segmentation Link: https://google.github.io/mediapipe/solutions/selfie_segmentation.html

Is your feature request related to a problem? Please describe. The existing model provided by Twilio has some artifacts around the person

charliesantos commented 2 years ago

Hey @vbabenko thanks for the ping. We are already using this model. The model card is link in our readme if you want to see the details.

Also, we are working on improving the accuracy and performance of the library. Please watch out for future releases in this repo.