mirror of
https://github.com/Digital-Naturalism-Laboratories/Mothbox.git
synced 2026-01-23 02:27:08 +00:00
24 lines
875 B
YAML
24 lines
875 B
YAML
type: yolov8_obb_track
|
|
name: yolov8n_obb_botsort-r20240816
|
|
display_name: MOTHYOLOv8n-Obb-BoT-SORT-
|
|
model_path: Dataset19Mixed1230_semiC.onnx
|
|
nms_threshold: 0.5
|
|
confidence_threshold: 0.1
|
|
tracker:
|
|
# Base settings
|
|
tracker_type: botsort # tracker type, ['botsort', 'bytetrack']
|
|
track_high_thresh: 0.5 # threshold for the first association
|
|
track_low_thresh: 0.1 # threshold for the second association
|
|
new_track_thresh: 0.6 # threshold for init new track if the detection does not match any tracks
|
|
track_buffer: 30 # buffer to calculate the time when to remove tracks
|
|
match_thresh: 0.8 # threshold for matching tracks
|
|
fuse_score: True
|
|
# BoT-SORT settings
|
|
gmc_method: sparseOptFlow # method of global motion compensation
|
|
# ReID model related thresh (not supported yet)
|
|
proximity_thresh: 0.5
|
|
appearance_thresh: 0.25
|
|
with_reid: False
|
|
classes:
|
|
- creature
|