Update from Sync Service

This commit is contained in:
FNS Service
2026-04-27 09:09:29 +08:00
parent 78ecfbae68
commit 6c7a4b24db
3 changed files with 23 additions and 23 deletions

View File

@@ -95,11 +95,11 @@ matched, unmatched_tracks = IoUMatching(unmatched_tracks, low_score_dets)
### 阈值设置
| 参数 | 说明 | 典型值 |
|------|------|--------|
| `high_score_thresh` | 高分阈值 | 0.5 |
| `match_thresh` | IoU 匹配阈值 | 0.8 |
| `low_score_thresh` | 低分阈值 | 0.6 |
| 参数 | 说明 | 典型值 |
| ------------------- | -------- | --- |
| `high_score_thresh` | 高分阈值 | 0.5 |
| `match_thresh` | IoU 匹配阈值 | 0.8 |
| `low_score_thresh` | 低分阈值 | 0.6 |
---