Merge pull request #1565 from aic1x/patch-1

Fix typo in source_target_map variable name
pull/1573/head
Kenneth Estanislao 1 month ago committed by GitHub
commit 178578b034
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save