Coder Social home page Coder Social logo

Comments (8)

iBenMoore avatar iBenMoore commented on July 20, 2024 1

Looks like there might be a Mediapipe meet onnx model here to try: https://reposhub.com/dotnet/machine-learning-and-data-science/keijiro-MeetBarracuda.html

from obs-backgroundremoval.

royshil avatar royshil commented on July 20, 2024

thanks for the suggestion @iBenMoore

my intuition tells me that if we had a good segmentation model with very small input e.g. 32x32 or 48x48 - we can still reach a good visual experience (with contour smoothing) with very high frame rates. This is where i'll be spending my efforts in the short term.

from obs-backgroundremoval.

fangfufu avatar fangfufu commented on July 20, 2024

Google's new Mediapipe library can achieve very high performance without GPU.
https://google.github.io/mediapipe/solutions/selfie_segmentation

I have replaced the backend of my webcam background replacement tool with it:
https://github.com/fangfufu/Linux-Fake-Background-Webcam

from obs-backgroundremoval.

royshil avatar royshil commented on July 20, 2024

@fangfufu
Unfortunately

2021-06-08 21:00:00,604 - ERROR - Tensorflow op [segment: TFL_Convolution2DTransposeBias] is not supported
2021-06-08 21:00:00,604 - ERROR - Unsupported ops: Counter({'TFL_HARD_SWISH': 11, 'TFL_Convolution2DTransposeBias': 1})

from obs-backgroundremoval.

fangfufu avatar fangfufu commented on July 20, 2024

@royshil , where do these error messages come from?

from obs-backgroundremoval.

royshil avatar royshil commented on July 20, 2024

When i try to convert the .tflite model to .onnx with the official converter https://github.com/onnx/tensorflow-onnx

from obs-backgroundremoval.

fangfufu avatar fangfufu commented on July 20, 2024

Ah ok.

from obs-backgroundremoval.

royshil avatar royshil commented on July 20, 2024

Please see the latest release for the Meet model and another lightweight model.
The difference in performance is not very big, but the new models are faster.

from obs-backgroundremoval.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.