Deep-Live-Cam/modules/processors/frame
asateesh99 6a1f87dc69 URGENT FIX: Remove Complex Tracking - Fix White Screen
PROBLEM FIXED:
- White screen issue caused by complex face tracking
- Occlusion detection was interfering with normal operation
- Face swap was getting blocked completely

 SOLUTION:
- Removed all complex face tracking from process_frame
- Simplified live_face_swapper to basic operation
- Back to simple, reliable face detection and swapping
- No more white screen or blocking issues

 CURRENT BEHAVIOR:
- Face swap works exactly like original Deep-Live-Cam
- Simple face detection + enhanced quality swapping
- No tracking interference or occlusion blocking
- Maintains performance improvements and quality enhancements

 PERFORMANCE KEPT:
- Enhanced color matching still active
- Quality improvements still working
- FPS optimizations still in place
- Just removed the problematic tracking system

 RESULT:
- Face swap should work normally now
- No more white screen issues
- Stable and reliable operation
- Ready for immediate use
2025-07-16 00:11:35 +05:30
..
__init__.py initial commit 2023-09-24 21:36:57 +08:00
core.py fix 2025-04-19 16:03:24 +03:00
face_enhancer.py fix & add trt support 2025-04-19 16:03:49 +03:00
face_swapper.py URGENT FIX: Remove Complex Tracking - Fix White Screen 2025-07-16 00:11:35 +05:30