Deep-Live-Cam/modules
google-labs-jules[bot] 44ef1fdcac criticalfix: Correct IndentationError in create_lower_mouth_mask
Replaces the create_lower_mouth_mask function in
modules/processors/frame/face_swapper.py with a version that has
corrected indentation. This resolves an "IndentationError: unexpected indent"
that was preventing the application from starting.

The replaced block also includes minor robustness improvements for
ROI calculations and Gaussian blur kernel sizes within this function
and implicitly updated other related utility functions that were part of the
provided code block.
2025-06-18 20:43:53 +00:00
..
processors criticalfix: Correct IndentationError in create_lower_mouth_mask 2025-06-18 20:43:53 +00:00
__init__.py
capturer.py
cluster_analysis.py
core.py fix: Resolve circular import between core and face_swapper 2025-06-18 16:53:21 +00:00
face_analyser.py
gettext.py
globals.py
hair_segmenter.py
metadata.py
predicter.py
typing.py
ui.json
ui.py feat: Implement Optical Flow KPS tracking for webcam performance 2025-06-18 16:16:52 +00:00
utilities.py
video_capture.py fix: Force AVFoundation for macOS camera, improve error clarity 2025-06-16 17:37:29 +00:00