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