Study/DNN/Algorithm/ImageRecognition/ObjectDetection の変更点

Top > Study > DNN > Algorithm > ImageRecognition > ObjectDetection

#contents
----
*概要 [#l25ba3b6]
- 物体が写りこんだ画像から、各物体を含むBoundingBoxとその物体名を認識するタスク
- 物体らしい領域を見つける"検出"、見つけた領域に対して何の物体かの判断を行う"識別"を行う
*手法比較 [#u64af256]
|手法|初出|h
|||c
|DPM||
|[[YOLOv1>Research/DNN/ObjectDetection/YOLOv1]]||
|[[YOLOv2>Research/DNN/ObjectDetection/YOLOv2]]||
|[[YOLO9000>Research/DNN/ObjectDetection/YOLO9000]]||
|[[YOLOv3>Research/DNN/ObjectDetection/YOLOv3]]||
|SSD||
|R-CNN||
|Faster R-CNN||
|Mask R-CNN||
|[[M2Det>Research/DNN/ObjectDetection/M2Det]]||
|手法|初出|概要|h
||||c
|DPM|||
|[[YOLOv1>Research/DNN/ObjectDetection/YOLOv1]]|||
|[[YOLOv2>Research/DNN/ObjectDetection/YOLOv2]]|||
|[[YOLO9000>Research/DNN/ObjectDetection/YOLO9000]]|||
|[[YOLOv3>Research/DNN/ObjectDetection/YOLOv3]]|||
|SSD|||
|R-CNN|||
|Faster R-CNN|||
|Mask R-CNN|||
|[[M2Det>Research/DNN/ObjectDetection/M2Det]]|||
*Link [#m6d589fc]
-[[物体検出についての歴史まとめ>https://qiita.com/mshinoda88/items/9770ee671ea27f2c81a9]]
-[[現時点の物体検出に関する情報をまとめてみる>https://qiita.com/mine820/items/bad930569b30a34f0957]]
-[[物体検出について読むならこれ!>https://qiita.com/shinya7y/items/9fed4d0652e8e7c3128a]]
--[[Deep Learning for Generic Object Detection: A Survey>https://shinya7y.github.io/note/detection/ObjectDetectionSurvey_jp.pdf]]