Deep-Live-Cam/modules
asateesh99 81c1a817cc Fix Occlusion Handling - Make it Optional
FIXES:
- Occlusion detection now DISABLED by default
- Face swap works normally without interference
- Added toggle: enable_occlusion_detection = False
- Much more conservative occlusion detection when enabled
- Face swap continues working even with hands/objects

 BEHAVIOR:
- Default: Normal face swap behavior (no blocking)
- Optional: Enable occlusion detection for subtle hand protection
- Face swap always stays active and visible
- Only very obvious occlusions are handled (>15% coverage)

 SETTINGS:
- modules.globals.enable_occlusion_detection = False (default)
- modules.globals.occlusion_sensitivity = 0.3 (adjustable)

 USAGE:
- Face swap now works exactly like before by default
- To enable occlusion protection: set enable_occlusion_detection = True
- Face swap will never be completely blocked anymore
2025-07-15 23:40:43 +05:30
..
processors Fix Occlusion Handling - Make it Optional 2025-07-15 23:40:43 +05:30
__init__.py Update __init__.py 2025-05-13 00:14:49 +08:00
capturer.py Revert "recommit webcam option" 2024-09-11 02:49:53 +08:00
cluster_analysis.py Added ability to map faces 2024-09-10 05:40:55 +05:30
core.py add mutil language 2025-01-07 14:04:18 +08:00
face_analyser.py fix: typo souce_target_map → source_target_map 2025-02-03 20:33:44 +09:00
face_tracker.py Advanced Face Tracking & Occlusion Handling 2025-07-15 23:22:38 +05:30
gettext.py add mutil language 2025-01-07 14:04:18 +08:00
globals.py Fix Occlusion Handling - Make it Optional 2025-07-15 23:40:43 +05:30
live_face_swapper.py Advanced Face Tracking & Occlusion Handling 2025-07-15 23:22:38 +05:30
metadata.py Revert "Update metadata.py" 2025-04-17 02:39:05 +08:00
performance_manager.py KIRO Improvements: Enhanced Performance & Quality 2025-07-15 02:29:12 +05:30
performance_optimizer.py KIRO Improvements: Enhanced Performance & Quality 2025-07-15 02:29:12 +05:30
predicter.py add toggle button for blueish cam fix (Force OpenCV2 BGR2RGB) 2024-08-30 22:02:23 +02:00
typing.py initial commit 2023-09-24 21:36:57 +08:00
ui.json reverted to the old version 2024-09-19 17:38:02 +08:00
ui.py fix typos in ui.py 2025-05-07 13:23:31 +02:00
utilities.py Adding Pygrabber as Cam manager 2024-12-13 19:49:11 +05:30
video_capture.py KIRO Improvements: Enhanced Performance & Quality 2025-07-15 02:29:12 +05:30