feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-BBOX
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [Bounding Box Regression, Object Detection, Computer Vision, IoU]
last_reinforced: 2026-04-20
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 여러 물체가 겹쳐 있을 때 하나의 박스만 남겨야 하는 'Non-Maximum Suppression (NMS)' 과정이 성능에 큰 영향을 미친다. 최근에는 NMS 없이 직접 물체 집합을 예측하는 Transformer 기반(DETR) 방식이 각광받고 있다.
## 🔗 지식 연결 (Graph)
- Related: [[Object-Detection]] , [[Convolutional-Neural-Networks-(CNN)]]
- Metric: [[Mean-Average-Precision-(mAP)]]
- Related: Object-Detection , Convolutional-Neural-Networks-(CNN)
- Metric: Mean-Average-Precision-(mAP)