Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 488 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 488 Bytes

Object detection

Object detection is method performing a classification and localization of all categories existing in the image. It is different method with image classification. If you want to identify the location of objects in an image, you can use object detection.

object detection models

  • Region-based models

    • RCNN
    • Fast RCNN
    • Faster RCNN
  • Single shot models

    • YOLO