Fix typo in source_target_map variable name

This commit is contained in:
AiC
2025-11-04 21:16:26 +01:00
committed by GitHub
parent 00da11b491
commit b53132f3a4

View File

@@ -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