EXTREME FPS FOCUS: - Created swap_face_ultra_fast() - absolute fastest possible - Removed ALL post-processing from face swap - Disabled color correction (FPS killer) - Removed position smoothing (FPS overhead) - Removed forehead matching (FPS overhead) ULTRA-FAST APPROACH: - Just core face_swapper.get() call - No additional processing whatsoever - No mouth mask processing - No complex masking or blending - Pure speed optimization EXPECTED FPS BOOST: - From 7.2 FPS to hopefully 12+ FPS - Removed all processing overhead - Fastest possible face swapping - May sacrifice some quality for speed PRIORITY: SPEED OVER EVERYTHING - Face swap quality is good enough - Need higher FPS to reduce jitter - Removed every possible bottleneck - Back to absolute basics for maximum performance |
||
---|---|---|
.. | ||
__init__.py | ||
core.py | ||
face_enhancer.py | ||
face_swapper.py |