-
Notifications
You must be signed in to change notification settings - Fork 24
Description
On our app we are using both the BackgroundBlur(50) and VirtualBackground(imagePath) processors, and for a large amount of users there are some areas of the video that constantly flicker (switch between being recognized as a background or not on almost every frame) that are distracting, increase anxiety and leads to low perceived quality.
Here it is a short video of it happening to me, but this issue is worse for most of our users that have curly hair, larger chair on the back or more objects on their background.
https://github.com/user-attachments/assets/8a45d196-85df-4e13-a403-6182e95da900
The specific issue isn't that the segmentation is not good enough, but that on every frame it flips between considering some areas as a background or not. Even when users are standing still and there is almost no change on the image frame.
I tried looking for params or ways to customize this, but I didn't find any that could improve this behavior.