Did anyone find a good loopback video driver ("virtual webcam") that works on recent macOS?
Open-Source Virtual Background
31–40 of 85 posts
Re: Open-Source Virtual Background
#32It's a couple of lines to use: https://pytorch.org/hub/pytorch_vision_deeplabv3_resnet101/
Re: Open-Source Virtual Background
#33Good article, thanks. BTW, this is the method Jitsi-meet uses. They also use BodyPix. https://github.com/jitsi/jitsi-meet/blob/master/react/featur...
Re: Open-Source Virtual Background
#34Found something similar yesterday, which is basically deepfake for avatars - https://github.com/alievk/avatarify
Nice. How could I get this to run on Windows?
Re: Open-Source Virtual Background
#35You mention the ~10FPS performance. It seems like moving all that data backwards and forwards between Python and Node might be a bottleneck, no?
I need to profile it more closely, I actually don't remember the exact FPS etc. but I don't expect that to be the limiting factor. The inference / ml is expensive (which I did profile initially...), and I suspect not really optimized on this backend. It appears to be faster with webGL in the browser. I sorta stopped worrying about it once it was "good enough" to show up to a few meetings with, but with all the attent…
Re: Open-Source Virtual Background
#36Good article, thanks. BTW, this is the method Jitsi-meet uses. They also use BodyPix. https://github.com/jitsi/jitsi-meet/blob/master/react/featur...
Where is the virtual background option in Jitsi? I couldn't find it.
Re: Open-Source Virtual Background
#37Good article, thanks. BTW, this is the method Jitsi-meet uses. They also use BodyPix. https://github.com/jitsi/jitsi-meet/blob/master/react/featur...
Re: Open-Source Virtual Background
#38Earlier quoted context omitted.
Where is the virtual background option in Jitsi? I couldn't find it.
On Jitsi Meet, in the browser, there is a menu on the bottom right. Click it and there are loads of options there including blur background.
Re: Open-Source Virtual Background
#39Good article, thanks. BTW, this is the method Jitsi-meet uses. They also use BodyPix. https://github.com/jitsi/jitsi-meet/blob/master/react/featur...
I've always been disappointed that BodyPix and some similar models are mobile-first and mobile-only on TensorFlow (https://blog.tensorflow.org/2019/11/updated-bodypix-2.html) -- are these models just not used much on server-side settings? There seems to be very little documentation on doing this server side.