📦 模型下載https://pub-478929a98a5c440cb22c2241c0bde314.r2.dev/fire_smoke_v20260521/best.pt

🔥 Fire Smoke v20260521

訓練日期 2026-05-21 · 5090-2 單卡 batch 96 · MobileNetV3-L + EMA + camaug

🟰 結論:持平 v518(+0.0001 mAP),新場域 RAI_11F 加入

cvat #2 自 v518 訓練後新通過 10 個 task / 197 frame(全部 RAI_11F_CH00 新場域)。best_val_mAP 0.9828 vs v518 0.9827,整體量級增加 0.06% 對 mAP 影響微小,但對 RAI 11F 場域 generalization 應有助。Early stop @ ep12(patience 4),best @ ep8 EMA。

📊 核心指標(val set)

0.9828
best EMA mAP
0.9737
smoke AP
0.9918
fire AP
8
best epoch

🆚 v518 vs v521 對比

指標v518v521Δ
best_val_mAP (EMA)0.98270.9828+0.0001
smoke AP0.9750.974-0.001
fire AP0.9910.992+0.001
best epoch~118更快收斂
epochs_run11 (early stop)12 (early stop)
train_time2909s (~48 min)3783s (~63 min)+15 min

📂 Dataset

Splitv518v521Δ
train265,320265,475+155 (RAI_11F)
val16,63716,655+18
test28,48328,507+24

新增 10 個 RAI_11F_CH00 task(5/20-5/21 標完)

tidsubsetsizename
4814Train28RAI_11F_CH00_20260520_001
4815-4818Train111RAI_11F_CH00_20260520_002-005
4819Validation16RAI_11F_CH00_20260520_006
4820Test22RAI_11F_CH00_20260520_007
4824Train16RAI_11F_CH00_20260520_008
4825Test2RAI_11F_CH00_20260520_009
4826Validation2RAI_11F_CH00_20260520_0010

🔍 訓練 history

eptrain_lossval mAPEMA mAP備註
10.63780.97100.9765** new best
20.32740.98210.9809** new best
30.30100.97490.9817
40.28250.97930.9821
50.26980.97900.9820
60.25890.98060.9826** new best
70.24890.97820.9827
80.24280.97850.9828** new best ⭐
9-12early stop @ ep12 (patience 4)

📦 模型下載

fire_smoke_v20260521/best.pt ⬇

⚙️ Hyperparams(完全沿用 v518 baseline)

backbone: mobilenetv3_large_100.ra_in1k (4.20M params)
img_size: 224, variant: camaug
batch: 96, epochs: 15, patience: 4, lr: 5e-4, wd: 0.05
mixup: 0.2, drop_rate: 0.3
ema: True, ema_decay: 0.999
pos_weight: smoke=1.041, fire=1.813
manifest: 310,638 rows (v518 + 197 RAI_11F frames)

# Pipeline 修了 3 個 bugs(用作 v521 註腳)
# 1. build_p2_manifest_v521 用 capitalized "Train/Validation/Test" → sed in-place 改 lowercase
# 2. manifest header has_smoke/has_fire → smoke/fire (v521 build script schema 改變)
# 3. HF cache permission denied → HF_HOME=~/hf_cache

← 訓練報告目錄 · 前版 v20260518 · 訓練 SOP