Implement multi-model detection in HVideoTool: updated the detection system to support multiple YOLO models simultaneously, enhancing detection capabilities. Reflected changes in the UI with a new model selection menu and updated documentation in README and CLAUDE.md to guide users on model management and configuration.
This commit is contained in:
@@ -36,7 +36,7 @@ _VERSION = 1
|
||||
# The subset of AppConfig fields a project remembers (mirrored to/from project.json).
|
||||
_SETTING_KEYS = (
|
||||
"detector",
|
||||
"model_path",
|
||||
"detector_models",
|
||||
"default_threshold",
|
||||
"restorer",
|
||||
"dm_dir",
|
||||
|
||||
Reference in New Issue
Block a user