📁 AI & Bigdata

📁 AI & Bigdata/Computer Vision

[CV] 이미지 인식, Object Detection이란?

기존의 이미지 인식 여기 이 사진을 class로 분류한다면 사람과 자동차 이 두가지로 단순하게 분류를 해볼 수 있습니다. 기존에 이미지를 분류한다고 하면 간단하게 그 객체가 무엇인지 알려주었습니다. object detection은 겹쳐져 있는 대상들과 배경으로 구성된 복잡한  이미지를 보고, 단순히 분류(classify)할 뿐 아니라 서로의 관계까지 고려하는 것입니다. "객체가 무엇인지"만 분류하는게 아니라 "객체가 어디에 있는지"까지 알려주는 것입니다. objec detection의 방법 3가지Classification, Object Detection, Segmentation Single ObjectClassification: Image Category Recogn..

📁 AI & Bigdata/Paper Review

[논문 리뷰] R-CNN: Rich feature hierarchies for accurate object detection and semantic segmentation CVPR 2013

논문: Rich feature hierarchies for accurate object detection and semantic segmentation, Ross Girshick et al. CVPR. 2013 Referance: https://arxiv.org/pdf/1311.2524.pdf 궁금한 점은 댓글로 남겨주시면 감사하겠습니다. 😊 잠깐!! Object Detection이란.. - input: image - ouput: bounding box(Regression), Classification Regression(bouding box의 좌표값)을 통해 object가 어디에 있는지, object가 무엇인지(Classification) 예측하는 것이 Object Detection이다. 2013.11..

SOIT
'📁 AI & Bigdata' 카테고리의 글 목록 (9 Page)