experimental #2

Merged
rattatwinko merged 6 commits from experimental into main 2025-05-26 14:48:31 +00:00
3 changed files with 966 additions and 107 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@

File diff suppressed because it is too large Load Diff

13
mucapy_config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"network_cameras": {},
"last_model_dir": "",
"last_screenshot_dir": "/home/rattatwinko/Pictures/MuCaPy",
"last_layout": 0,
"last_fps": 10,
"last_selected_cameras": [],
"window_geometry": null,
"confidence_threshold": 0.35,
"model_dir": "/home/rattatwinko/Documents/mucapy/mucapy/mucapy/models",
"fps": 10,
"layout": 0
}