Object Recognition
물체인식(Object Recognition)은 이미지 나 비디오 시퀀스에서 개체를 식별하는 기술을 말한다.
History of Object Recognition
The Modern History of Object Recognition
Categories
- Image segmentation - 객체 영역 분할을 위해 사용하는 영상 처리 기법 관련.
- Ferns
- SIFT
- SURF
- Selective Search for Object Recognition
- Objectness
- 보행자 검출 (Pedestrian detection) (Human detection)
- 교통 신호(표지판) 인식 (Traffic Signs Recognition)
- Instance segmentation
- [중요] Semantic Segmentation
- 움직임 추정 (Motion estimation)
- Pattern recognition
- Text Generation
- Cascading classifiers (케스케이드 분류기) - 필터를 사용하여 객체를 인식.
- Connected Components (연결 성분) - 영상상의 유사 성분을 찾고는다. 객체 추출시 사용할 수 있다.
Deep learning based
- Github - chrispolo/Keypoints-of-humanpose-with-Mask-R-CNN - Use the maskrcnn for the humanpose keypoints detection.
- TensorFlow Object Detection API
- Segmentation models - Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
- Norfair - 실시간 2D 객체 트래킹용 파이썬 라이브러리
- AlphaPose - Real-Time and Accurate Multi-Person Pose Estimation&Tracking System
- Alibi-detect - Alibi Detect는 이상치, 적대적 및 드리프트 감지에 초점을 맞춘 오픈 소스 Python 라이브러리입니다.
- Deep Image Matting
3D Object Detection
- Deep Hough Voting for 3D Object Detection in Point Clouds
- https://arxiv.org/pdf/1904.09664.pdf
- https://github.com/facebookresearch/votenet
- C3DPO - Canonical 3D Pose Networks for Non-rigid Structure From Motion
- https://github.com/facebookresearch/c3dpo_nrsfm
- https://arxiv.org/abs/1909.02533
- https://research.fb.com/publications/c3dpo-canonical-3d-pose-networks-for-non-rigid-structure-from-motion/
- https://ai.facebook.com/blog/pushing-state-of-the-art-in-3d-content-understanding/
Favorite site
- Wikipedia (en) Outline of object recognition에 대한 설명
- [추천] 물체인식에 관한 이야기 - (1) 시작하기
- YOLO: Real-Time Object Detection
- João F. Henriques - Research Fellow - Visual Geometry Group, University of Oxford
- Ferns를 이용한 영상 Object Detection
- [추천] A LOOK AT IMAGE SEGMENTATION USING CNNS 1 (CNN)
- (번역글) Image Segmentation에 대한 짧은 이야기: R-CNN 에서 부터 Mask R-CNN 까지
- How to easily do Object Detection on Drone Imagery using Deep learning
- [추천] Object Detection 2 (년도별 Detection 알고리즘 정리)