landpark detection weights
Browse files- yolo-weights/botsort.yaml +21 -0
- yolo-weights/bytetrack.yaml +12 -0
- yolo-weights/yolo11n-pose.pt +3 -0
yolo-weights/botsort.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
|
| 2 |
+
|
| 3 |
+
# BoT-SORT tracker defaults for mode="track"
|
| 4 |
+
# Docs: https://docs.ultralytics.com/modes/track/
|
| 5 |
+
|
| 6 |
+
tracker_type: botsort # (str) Tracker backend: botsort|bytetrack; choose botsort to enable BoT-SORT features
|
| 7 |
+
track_high_thresh: 0.25 # (float) First-stage match threshold; raise for cleaner tracks, lower to keep more
|
| 8 |
+
track_low_thresh: 0.1 # (float) Second-stage threshold for low-score matches; balances recovery vs drift
|
| 9 |
+
new_track_thresh: 0.25 # (float) Start a new track if no match ≥ this; higher reduces false tracks
|
| 10 |
+
track_buffer: 30 # (int) Frames to keep lost tracks alive; higher handles occlusion, increases ID switches risk
|
| 11 |
+
match_thresh: 0.8 # (float) Association similarity threshold (IoU/cost); tune with detector quality
|
| 12 |
+
fuse_score: True # (bool) Fuse detection score with motion/IoU for matching; stabilizes weak detections
|
| 13 |
+
|
| 14 |
+
# BoT-SORT specifics
|
| 15 |
+
gmc_method: sparseOptFlow # (str) Global motion compensation: sparseOptFlow|orb|none; helps moving camera scenes
|
| 16 |
+
|
| 17 |
+
# ReID model related thresh
|
| 18 |
+
proximity_thresh: 0.5 # (float) Min IoU to consider tracks proximate for ReID; higher is stricter
|
| 19 |
+
appearance_thresh: 0.8 # (float) Min appearance similarity for ReID; raise to avoid identity swaps
|
| 20 |
+
with_reid: False # (bool) Enable ReID model use; needs extra model and compute
|
| 21 |
+
model: auto # (str) ReID model name/path; "auto" uses detector features if available
|
yolo-weights/bytetrack.yaml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
|
| 2 |
+
|
| 3 |
+
# ByteTrack tracker defaults for mode="track"
|
| 4 |
+
# Docs: https://docs.ultralytics.com/modes/track/
|
| 5 |
+
|
| 6 |
+
tracker_type: bytetrack # (str) Tracker backend: botsort|bytetrack; choose bytetrack for the classic baseline
|
| 7 |
+
track_high_thresh: 0.25 # (float) First-stage match threshold; raise for cleaner tracks, lower to keep more
|
| 8 |
+
track_low_thresh: 0.1 # (float) Second-stage threshold for low-score matches; balances recovery vs drift
|
| 9 |
+
new_track_thresh: 0.25 # (float) Start a new track if no match ≥ this; higher reduces false tracks
|
| 10 |
+
track_buffer: 30 # (int) Frames to keep lost tracks alive; higher handles occlusion, increases ID switches risk
|
| 11 |
+
match_thresh: 0.8 # (float) Association similarity threshold (IoU/cost); tune with detector quality
|
| 12 |
+
fuse_score: True # (bool) Fuse detection score with motion/IoU for matching; stabilizes weak detections
|
yolo-weights/yolo11n-pose.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:869e83fcdffdc7371fa4e34cd8e51c838cc729571d1635e5141e3075e9319dc0
|
| 3 |
+
size 6255593
|