Spaces:
Running
Running
GitHub Actions
commited on
Commit
·
1c19e5c
1
Parent(s):
229e256
Auto-deploy from GitHub Actions: 55f2d7a049430c6418acff15f226a8c6842732de
Browse files- .last_deploy_timestamp +1 -1
- config.py +2 -1
.last_deploy_timestamp
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
2025-11-19 21:
|
|
|
|
| 1 |
+
2025-11-19 21:48:56
|
config.py
CHANGED
|
@@ -28,7 +28,8 @@ class Config:
|
|
| 28 |
TRACKERS: dict[str, str] = {'ByteTrack': 'bytetrack.yaml', 'BoT-SORT': 'botsort.yaml'}
|
| 29 |
TRACKER_NAMES: list[str] = list(TRACKERS.keys())
|
| 30 |
WEBCAM_TIME_LIMIT: int = 60
|
| 31 |
-
|
|
|
|
| 32 |
|
| 33 |
@dataclass
|
| 34 |
class DetectConfig:
|
|
|
|
| 28 |
TRACKERS: dict[str, str] = {'ByteTrack': 'bytetrack.yaml', 'BoT-SORT': 'botsort.yaml'}
|
| 29 |
TRACKER_NAMES: list[str] = list(TRACKERS.keys())
|
| 30 |
WEBCAM_TIME_LIMIT: int = 60
|
| 31 |
+
WEBCAM_MAX_WINDOW_WIDTH: int = 600
|
| 32 |
+
|
| 33 |
|
| 34 |
@dataclass
|
| 35 |
class DetectConfig:
|