Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
자
자기주도프로젝트
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hyung Ho Kim
자기주도프로젝트
Commits
77ad3e79
Commit
77ad3e79
authored
5 years ago
by
Hyung Ho Kim
Browse files
Options
Downloads
Patches
Plain Diff
Update Week10.md
parent
efeb83fa
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Week 10/Week10.md
+13
-5
13 additions, 5 deletions
Week 10/Week10.md
with
13 additions
and
5 deletions
Week 10/Week10.md
+
13
−
5
View file @
77ad3e79
...
...
@@ -3,16 +3,24 @@ Week 10
# segmentation 성능 테스트
## 정
량
평가
## 정
성
평가


###
위와 같이 성능평가를 위한 가우스전자의 ground truth를 제작하였
다.
###
Segmentation 결과부분에서 자주색으로 표현되는 곳이 사람으로 분류된 부분이며 변환 전 결과와 변환 후의 결과를 비교해보면 변환전에 비해 더 잘 분류되고 있음을 정성적으로 평가할 수 있었
다.
## 정성평가
### 정성평가에서 어느정도 유의미한 결과가 나왔다고 생각하여 IoU와 Pixel Accuracy의 정량적 평가도 진행하였다.
## 정량평가


###
\ No newline at end of file
### Pixel Accuracy의 경우 영상의 전체 pixel에서 사람이 아닌 것으로 올바르게 분류된 pixel 과 사람으로 올바르게 분류된 pixel 개수의 합을 분모로 하였다.
### Pixel Accuracy가 변환 전에도 상당히 높은것으로 나온 이유는 하나의 영상 내에서 사람이 아닌 부분이 상당수를 차지하다 보니 사람이 아닌 것으로만 분류하더라도 pixel의 상당수가 올바르게 분류된 것으로 인식되어서 라고 생각된다.
###반면 IoU 수치가 50% 이상인 영상의 비율의 경우 변환 전에는 전체의 약 5%에 불과하였지만 변환 후 약 69%까지 올라감으로써 분류의 정확도가 상당히 올라갔음을 알 수 있었다.
### 그러나 IoU 수치가 75% 이상인 영상의 비율은 변환 후에도 5%에 불과하여 좀 더 잘 분류될 수 있도록 이미지 변환의 추가적인 개선이 필요하다는 것을 볼 수 있다
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment