Deep-Live-Cam/modules
souvik03-136 532c8e57db Refactor: Address Sourcery Bot and reviewer feedback for stability and testability
- Fixed frame index calculation in capturer.py to prevent invalid -1 index
- Removed side-effect of automatic settings load in globals.py; added explicit init()
- Refactored functions to accept config params directly, reducing global settings reliance:
  - find_cluster_centroids() now takes max_k and kmeans_init
  - NSFW prediction functions now accept threshold
- Updated documentation for all affected functions
- Verified all changes against existing test suite — all tests pass
2025-04-29 19:45:04 +05:30
..
processors Revert "Update face_swapper.py" 2025-04-17 02:03:34 +08:00
__init__.py initial commit 2023-09-24 21:36:57 +08:00
capturer.py Refactor: Address Sourcery Bot and reviewer feedback for stability and testability 2025-04-29 19:45:04 +05:30
cluster_analysis.py Refactor: Address Sourcery Bot and reviewer feedback for stability and testability 2025-04-29 19:45:04 +05:30
core.py add mutil language 2025-01-07 14:04:18 +08:00
face_analyser.py fix: typo souce_target_map → source_target_map 2025-02-03 20:33:44 +09:00
gettext.py add mutil language 2025-01-07 14:04:18 +08:00
globals.py Refactor: Address Sourcery Bot and reviewer feedback for stability and testability 2025-04-29 19:45:04 +05:30
metadata.py Revert "Update metadata.py" 2025-04-17 02:39:05 +08:00
predicter.py Refactor: Address Sourcery Bot and reviewer feedback for stability and testability 2025-04-29 19:45:04 +05:30
typing.py initial commit 2023-09-24 21:36:57 +08:00
ui.json reverted to the old version 2024-09-19 17:38:02 +08:00
ui.py Merge pull request #911 from nimishgautam/main 2025-02-05 12:51:39 +08:00
utilities.py Adding Pygrabber as Cam manager 2024-12-13 19:49:11 +05:30
video_capture.py Pygrabber only for Windows 2024-12-16 18:41:39 +05:30