Slightly improved tracker.

This commit is contained in:
Daniel
2025-10-21 16:20:51 +02:00
parent eafa178e26
commit 8fdf0d4096
4 changed files with 691 additions and 683 deletions

View File

@ -128,6 +128,8 @@ datasets = {
"path": "/datasets/chi3d/skelda/all.json",
"take_interval": 5,
"fps": 50,
"min_match_score": 0.92,
"min_bbox_area": 0.2 * 0.2,
"max_track_distance": 0.3 + default_max_movement_speed / (50 / 5),
},
"tsinghua": {
@ -193,7 +195,7 @@ datasets = {
"subset": "volleyball",
"min_match_score": 0.95,
"min_group_size": 7,
"min_bbox_score": 0.25,
"min_bbox_score": 0.20,
"min_bbox_area": 0.05 * 0.05,
"max_movement_speed": 4.0 * 1.5,
"max_track_distance": 0.3 + (4.0 * 1.5) / (20 / 2),