cvat #46 | 兩個變因:①原圖 1024 vs 480 低解析 ②input 前處理 方形壓扁 vs letterbox 等比例補黑 | network input 固定 384×384 | fire框架 camaug ep30 | 2026-08-03
| 原圖 | input 前處理 | val AP | F1-opt thr | conf@0.5 (tp/fp/tn/fn) | conf@F1-opt | demo key |
|---|---|---|---|---|---|---|
| 1024 | 方形壓扁 | 0.984 | 0.015 | 19/0/30/11 | 28/1/29/2 | mask_person_exp |
| 1024 | letterbox | 0.999 | 0.035 | 22/0/30/8 | 30/1/29/0 | mask_person_lb ⭐ |
| 480 | 方形壓扁 | 0.960 | 0.010 | 20/0/30/10 | 28/4/26/2 | mask_person_lr480 |
| 480 | letterbox | 0.973 | 0.320 | 20/0/30/10 | 25/0/30/5 | mask_person_lr480_lb |
各版 threshold 不同(報告已列 F1-opt),demo 已按各版設定。無獨立 test 集,val 偏樂觀,以真人實測為準。
中間「方形壓扁」把長瘦的人橫向拉寬變形;右邊 letterbox 保持人比例、上下補黑邊。