Mouth Mask And UI

This commit is contained in:
KRSHH
2024-10-28 10:56:01 +05:30
parent 4b6f60f59b
commit acc8e778b6
3 changed files with 478 additions and 124 deletions
+5
View File
@@ -36,3 +36,8 @@ fp_ui: Dict[str, bool] = {"face_enhancer": False} # Initialize with default val
camera_input_combobox = None
webcam_preview_running = False
show_fps = False # Initialize with default value
mouth_mask = False
show_mouth_mask_box = False
mask_down_size = 0.5
mask_size = 1.0
mask_feather_ratio = 8