joanne

docs: add 0412.md about Kinds of Object Recongition

# The modern history of object recognition infographic
[reference: The Modern History of Object Recognition — Infographic](https://medium.com/@nikasa1889/the-modern-history-of-object-recognition-infographic-aea18517c318)
## Kinds of Object Recognition
- Image Classfication : 내부 주요 Object를 기준으로 이미지를 분류하는 것.
- Object Localization : 주요 Object를 포함한 이미지 영역을 예측하는 것. Image classification은 영역 내의 Object를 인지하는 데에 사용된다.
- Object Recognition : 이미지에서 나타나는 모든 objects를 분류하고 지역화한다. 이 작업은 이미지 영역을 예측하고 그 안의 Object가 무엇인지 분류한다.
- Semantic Segmentation : 이미지가 속한 객체 클래스별로 이미지의 각 픽셀에 레이블을 지정한다.
- Instance Segmentation : 클래스에 더불어 instance에도 레이블을 지정한다.
## Important CNN Concepts
## Important Object Recognition Concepts
### R-CNN
### Fast R-CNN
### Mask R-CNN
--
# About Detectron2
# Tutorial of Detectron2
\ No newline at end of file