virtual-background icon indicating copy to clipboard operation
virtual-background copied to clipboard

Demo on adding virtual background to a live video stream in the browser

Results 26 virtual-background issues
Sort by recently updated
recently updated
newest added

your sample is working fine when the browser tab is active, but when I move to another tabs this causes the requestanimationframe to stop. Can I know any workaround for...

First of all @Volcomix , thanks for this awesome lib and demo! My main questions are in terms of implementation - I've forked over the project and started integrating it...

Lately, I have been experimenting with putting this pipeline on a web-worker to make the experience better. I have been struggling to send the `tflite` model to the `worker.ts` file....

Hi @Volcomix , thx for this nice work. I'm interested in the light wrapping function of the post process pipeline and try to rewrite the following function it in python....

After upgrade chrome to version 91.0.4472.77, I got an compile error. How to fix this error? thanks! Error: Could not compile shader: ERROR: 0:3: '#' : invalid character ERROR: 0:3:...

There is a jitter when using segmentation with a video or camera. Select one of the three videos in the [demo](https://volcomix.github.io/virtual-background/) and notice that the mask isn't stable. Is there...

Hello and thanks for your repo! I have been trying to build tflite with bazel with emscripten toolchain as a shared library that can be used in a CMake project....

When compiling a project with typescript 5.0.2 I'm getting the following error in three places: ```Argument of type '9729' is not assignable to parameter of type '9728'``` https://github.com/Volcomix/virtual-background/blob/main/src/pipelines/webgl2/backgroundBlurStage.ts#L125 https://github.com/Volcomix/virtual-background/blob/main/src/pipelines/webgl2/backgroundBlurStage.ts#L133 https://github.com/Volcomix/virtual-background/blob/main/src/pipelines/webgl2/backgroundImageStage.ts#L155...

Any thoughts on WebGPU? Seems like it might be a good fit instead of WebGL. I have no ideas how it works but I heard it may be the successor...

Any thoughts on using Segment Anything? Seems like it might be a good fit to replace the Google models.