Skip to content
Snippets Groups Projects
Commit 0331e3c3 authored by Hyung Ho Kim's avatar Hyung Ho Kim
Browse files

Update Week9.md

parent bf2febbd
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,14 @@ Week 9 ...@@ -3,4 +3,14 @@ Week 9
# IoU & Pixel Accuracy # IoU & Pixel Accuracy
![Alt text](./gaus_groundTruth.JPG) ![Alt text](./IoU.JPG)
\ No newline at end of file
## IoU
IoU는 Intersection Over Union의 줄인말로써 segmentation과 detection 네트워크의 성능을 정량적으로 평가하는데 사용된다.
본 연구에서는 사람에 해당하는 segmentation 부분을 기준으로 평가를 진행하였다.
## Pixel Accuracy
Pixel Accuracy란 segmentation 네트워크의 성능을 정량적으로 평가하기위한 방법 중 하나로써 (올바르게 분류한 pixel 개수) / (전체 이미지의 pixel 개수) 로 계산한다.
본 연구에서는 (사람이 아닌 것으로 올바르게 분류된 pixel + 사람으로 올바르게 분류된 pixel) / (전체 이미지의 pixel 개수)로 계산하였다.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment