[Object Detection] Multiple Object Detector
|2017. 8. 31. 17:14
728x90
반응형
나중에 detector 를 파이썬으로 구현하고자 할 때 좋은 자료가 될듯
관련논문 1은 딥러닝을 구현하여 heatmap 을 생성해 object detection을 수행하는 논문이고,
관련논문 2도 딥러닝을 기반으로 bounding box 를 추출하는 과정을 수행한다. 관련논문 3은 구글에서 수행했던 논문인데, image cropping 부터 시작해서 human pose estimation 을 수행한다.
다음은 관련논문 1의 Git 이다.
https://github.com/google/multibox
google/multibox
Contribute to google/multibox development by creating an account on GitHub.
github.com
관련 논문 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 Understanding' 카테고리의 다른 글
[Object Detection] Feature Pyramid Network (FPN) (6) | 2019.04.06 |
---|---|
[참고자료] Image Segmentation (0) | 2017.11.27 |
[Object Segmentation] Image segmentation using deconvolution layer in Tensorflow (0) | 2017.07.05 |
[Object Tracking] Optical Flow 비교 (2) | 2017.02.09 |
[Object Tracking] SVM을 이용한 HOG 기반 객체 추적 (0) | 2017.02.01 |