Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- reconstruction
- Object Detection
- Python
- 논문 구현
- flame
- 자료구조
- attention
- OpenCV
- Object Tracking
- 큐
- level2
- 임계처리
- transformer
- 스택
- center loss
- Knowledge Distillation
- deep learning
- numpy
- 3D
- Computer Vision
- re-identification
- cv2
- NLP
- Threshold
- 알고리즘
- point cloud
- Deeplearning
- 딥러닝
- 프로그래머스
- 파이썬
Archives
- Today
- Total
목록Hourglass Network (1)
공돌이 공룡의 서재
[논문 리뷰] Stacked Hourglass Networks for Human Pose Estimation
[Stacked Hourglass Networks for Human Pose Estimation] https://arxiv.org/abs/1603.06937 Pose estimation에서 중요하게 다뤄지는 개념인 heatmap을 iterative 한 구조 + scaling을 줄였다 늘였다 하는 구조로 더 정확하게 얻을 수 있는 방법을 소개하고 있다. 새로운 loss function이나 접근법 등에 대한 것보다는 구조 자체에 집중해서 보면 좋을 논문이다. Introduction pose estimation task에서 전반적인 설명을 하고 있다. 요약해서 나열해보면 다음과 같다. person posture, limb articulation 등은 더 높은 수준의 task를 수행할 때 도움이 된다. pose..
딥러닝/Vision
2021. 9. 28. 22:11