no image
[Pose Estimation] Pose Estimation & Heatmap 관련 Git & 논문
Pose Estimation 관련 Git DeeperCut Part Detectors :: https://github.com/eldar/deepcut-cnn (Caffe) 관련 논문 : [1] DeeperCut: A Deeper, Stronger, and Faster Multi-Person Pose Estimation Model [2] DeepCut: Joint Subset Partition and Labeling for Multi Person Pose Estimation DeepPose (Stg-1) on TensorFlow :: https://github.com/asanakoy/deeppose_tf asanakoy/deeppose_tf DeepPose implementation on TensorFlo..
2017.08.25
no image
[Pose Estimation] 신뢰전파(Belief propagation) 알고리즘
OpenPose 를 프로젝트에 적용하려고 "Convolutional Pose Machines" 이라는 논문을 읽던 중 belief map 이라는 개념이 나왔다. 여기서 칭하는 belief의 뜻이란 아래와 같이 쓰여져 있었다. "We use the term belief in a slightly loose sense, however the belief maps described are closely related to beliefs produced in message passing inference in graphical models. The overall architecture can be viewed as an unrolled mean-field message passing inference algori..
2017.08.02
[Pose Estimation] openpose Library
OpenPose 라이브러리의 정식 최종 버전이 발표되었다. 이 라이브러리는 사람의 행위를 인식하고 스켈레톤 모델을 정확히 구해낼 수 있는 라이브러리 이다. C++ 기반으로 쓰여져 있으며, Caffe 기반의 라이브러리이지만, 간단한 수정이나, 약간의 expend를 원할 경우 Tensorflow 를 사용하거나 Windows 환경에서 실행 해 볼 수 있다. 정확히는 C++와 Caffe 기반의 Real-time multi-person keypoint detection and multi-threading 라이브러리 라고 할 수 있다. 저자는 Gines Hidalgo, Zhe Cao, Tomas Simon, Shih-En Wei, Hanbyul Joo and Yaser Sheikh 이다. 간혹 HAR 관련 논문을 ..
2017.07.28
[Pose Estimation] OpenPose Library - Basic Overview
참고자료 : CMU-Perceptual-Computing-Lab / openpose의 Github HCI(Human-Computer Interaction) 분야와 내가 관심있는 HAR(Human Activity Recognition)에서 요즘 핫한 CMU에서 개발한 Openpose Library의 시스템 구성도이다. Module Diagram 메인 모듈은 세가지로 구성되어있으며, 이를 사용하거나 약간씩 변경하려고 하는 경우 두 가지 메인 컴포넌트로 설명 할 수 있다. 그리고 아래 링크에 모든 모듈의 클래스 다이어그램이 포함되어 있다. openpose/doc/UML/ 그리고 메인 모듈은 다음과 같다. 1. The basic module : core 2. The multi-threading module : ..
2017.07.28
[Pose Estimation] Convolutional Pose Machines
출처 : https://github.com/shihenw/convolutional-pose-machines-release Convolutional Pose Machines Shih-En Wei, Varun Ramakrishna, Takeo Kanade, Yaser Sheikh, "Convolutional Pose Machines", CVPR 2016. This project is licensed under the terms of the GPL v2 license. By using the software, you are agreeing to the terms of the license agreement. Contact: Shih-En Wei (weisteady@gmail.com) Recent Updates..
2017.07.05
[Pose Estimation] OpenPose
출처 : https://github.com/CMU-Perceptual-Computing-Lab/openpose OpenPose Latest News Apr 2017: Body released! May 2017: Windows version released! Jun 2017: Face released! Check all the release notes. Interested in an internship on CMU as OpenPose programmer? See this link for details. Introduction OpenPose is a library for real-time multi-person keypoint detection and multi-threading written in C+..
2017.07.05