728x90
반응형
나중에 detector 를 파이썬으로 구현하고자 할 때 좋은 자료가 될듯
관련논문 1은 딥러닝을 구현하여 heatmap 을 생성해 object detection을 수행하는 논문이고,
관련논문 2도 딥러닝을 기반으로 bounding box 를 추출하는 과정을 수행한다. 관련논문 3은 구글에서 수행했던 논문인데, image cropping 부터 시작해서 human pose estimation 을 수행한다.
다음은 관련논문 1의 Git 이다.
https://github.com/google/multibox
관련 논문 1 : Scalable Object Detection using Deep Neural Networks
관련 논문 2 : Learning Human Pose Estimation Features with Convolutional Networks
관련 논문 3 : Towards Accurate Multi-person Pose Estimation in the Wild (Google)
728x90
반응형
'AI Research Topic > Object Detection' 카테고리의 다른 글
[Object Detection] Darknet 학습 시 적절한 Weight 고르기 (0) | 2019.09.04 |
---|---|
[Object Detection] Convert Darknet yolov3 model to keras model (0) | 2019.08.19 |
[Object Detection] 객체 탐지를 위한 데이터 주석 Yolo 형식으로 변환하기 (9) | 2019.08.19 |
[Object Detection] Image Labeling Tool (5) | 2019.07.08 |
[Object Detection] Feature Pyramid Network (FPN) (6) | 2019.04.06 |