DOI QR코드

DOI QR Code

Popular Object detection algorithms in deep learning

딥러닝을 이용한 객체 검출 알고리즘

  • 강동연 (한양대학교 컴퓨터 공학과)
  • Published : 2019.05.10

Abstract

Object detection is applied in various field. Autonomous driving, surveillance, OCR(optical character recognition) and aerial image etc. We will look at the algorithms that are using to object detect. These algorithms are divided into two methods. The one is R-CNN algorithms [2], [5], [6] which based on region proposal. The other is YOLO [7] and SSD [8] which are one stage object detector based on regression/classification.

Keywords