mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-12-06 00:20:02 +01:00
Merge pull request #1565 from aic1x/patch-1
Fix typo in source_target_map variable name
This commit is contained in:
commit
178578b034
|
|
@ -12,7 +12,7 @@ file_types = [
|
||||||
]
|
]
|
||||||
|
|
||||||
# Face Mapping Data
|
# Face Mapping Data
|
||||||
souce_target_map: List[Dict[str, Any]] = [] # Stores detailed map for image/video processing
|
source_target_map: List[Dict[str, Any]] = [] # Stores detailed map for image/video processing
|
||||||
simple_map: Dict[str, Any] = {} # Stores simplified map (embeddings/faces) for live/simple mode
|
simple_map: Dict[str, Any] = {} # Stores simplified map (embeddings/faces) for live/simple mode
|
||||||
|
|
||||||
# Paths
|
# Paths
|
||||||
|
|
@ -68,4 +68,4 @@ enable_interpolation: bool = True # Toggle temporal smoothing
|
||||||
interpolation_weight: float = 0 # Blend weight for current frame (0.0-1.0). Lower=smoother.
|
interpolation_weight: float = 0 # Blend weight for current frame (0.0-1.0). Lower=smoother.
|
||||||
# --- END: Added for Frame Interpolation ---
|
# --- END: Added for Frame Interpolation ---
|
||||||
|
|
||||||
# --- END OF FILE globals.py ---
|
# --- END OF FILE globals.py ---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user