diff --git a/Week 9/Week9.md b/Week 9/Week9.md
index ca9aed558f3b532c5c06c6d61088ea8ed7ca42f2..559ad541a81c0d3e024505ae31558ec0f9b35de7 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