From 0331e3c33a4415b06d6f908a843660776d37cd5c Mon Sep 17 00:00:00 2001
From: Hyung Ho Kim <khh9201@ajou.ac.kr>
Date: Sat, 15 Jun 2019 06:10:04 +0900
Subject: [PATCH] Update Week9.md

---
 Week 9/Week9.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/Week 9/Week9.md b/Week 9/Week9.md
index ca9aed5..559ad54 100644
--- a/Week 9/Week9.md	
+++ b/Week 9/Week9.md	
@@ -3,4 +3,14 @@ Week 9
 
 # IoU & Pixel Accuracy
 
-![Alt text](./gaus_groundTruth.JPG)
\ No newline at end of file
+![Alt text](./IoU.JPG)
+
+## IoU
+
+IoU는 Intersection Over Union의 줄인말로써 segmentation과 detection 네트워크의 성능을 정량적으로 평가하는데 사용된다.
+본 연구에서는 사람에 해당하는 segmentation 부분을 기준으로 평가를 진행하였다.
+
+## Pixel Accuracy
+
+Pixel Accuracy란 segmentation 네트워크의 성능을 정량적으로 평가하기위한 방법 중 하나로써 (올바르게 분류한 pixel 개수) / (전체 이미지의 pixel 개수) 로 계산한다.
+본 연구에서는 (사람이 아닌 것으로 올바르게 분류된 pixel + 사람으로 올바르게 분류된 pixel) / (전체 이미지의 pixel 개수)로 계산하였다.
\ No newline at end of file
-- 
GitLab