cbam_full (fine-tuned)
Fine-tuned dari checkpoint asli: capinowo/skripsi-yolo12n-cbam-full-checkpoint-50e
Dataset fine-tuning: Vietnam license plates (duydieunguyen/licenseplates), dikonversi dari polygon ke YOLO detection single-class.
Repo ini menyimpan dua checkpoint hasil fine-tuning:
best.pt — checkpoint dengan mAP validasi tertinggi selama training
last.pt — checkpoint di epoch terakhir (epoch 75, dipakai untuk cek apakah training sudah plateau atau belum)
Hyperparameter fine-tuning
- epochs: 75
- lr0: 0.001
- patience: 100
- imgsz: 640
- batch: 16
Hasil evaluasi (val set Vietnam)
best.pt
- mAP50-95: 0.89795
- mAP50: 0.99451
- precision: 0.987
- recall: 0.98278
- f1: 0.98489
last.pt
- mAP50-95: 0.8953
- mAP50: 0.99442
- precision: 0.98745
- recall: 0.98172
- f1: 0.98458