Object Detectionアルゴリズム (2020/5)

はじめに

Deep LearningによるObject Detectionのアルゴリズム論文をまとめる。
以下を参考にした。

https://engineer.dena.com/posts/2019.07/cv-papers-19-keypoint-object-detection https://www.slideshare.net/pfi/a-brief-history-of-object-detection-tommi-kerola
https://lib-arts.hatenablog.com/entry/object_detection5

Object Detectionアルゴリズム論文まとめ

  1. Bounding Box Prediction

    1. 2-stage detector
    2. 1-stage detector
  2. Point Prediction

  3. その他

感想

これまでObject Detection はSSDとMask R-CNNくらいしか
まともに使ったことがなかったので今後はAnchor-Freeな
Point Predictionについて理解していきたい。

参考文献