Add Mouth Mask Feature

This commit is contained in:
KRSHH
2024-10-25 20:59:30 +05:30
parent 6f6f93a4ad
commit 29c9c119d3
3 changed files with 497 additions and 34 deletions

View File

@@ -36,3 +36,8 @@ fp_ui: Dict[str, bool] = {"face_enhancer": False}
camera_input_combobox = None
webcam_preview_running = False
show_fps = False
mouth_mask = False
show_mouth_mask_box = False
mask_feather_ratio = 8
mask_down_size = 0.50
mask_size = 1