Deep-Live-Cam/modules/processors/frame
asateesh99 57ac933dff REVERT TO ORIGINAL: Simple Face Swapper - Restore Excellent FPS
COMPLETE REVERT:
- Replaced complex face_swapper.py with original simple version
- Removed ALL complex functions that were causing FPS overhead
- Back to basic swap_face() function only
- Removed all performance optimization complexity

 WHAT'S RESTORED:
- Original simple process_frame() function
- Basic face detection and swapping only
- No complex color matching or edge smoothing
- No tracking, no occlusion detection, no overhead

 EXPECTED RESULT:
- Should restore your original EXCELLENT FPS
- Clean, fast, simple face swapping
- No white screen issues
- Maximum performance like the first code I gave you

 BACK TO BASICS:
- Simple face detection
- Basic face swapping
- Minimal processing overhead
- Original Deep-Live-Cam performance

This is exactly like the first simple code that gave you excellent FPS!
2025-07-16 02:24:49 +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 REVERT TO ORIGINAL: Simple Face Swapper - Restore Excellent FPS 2025-07-16 02:24:49 +05:30