object detection2 Tutorial to Object Detection Detection에 대해서 정리하다가 아래 링크에 좋은 내용들이 많아 공부할 겸 정리해보고자 한다. 아래 링크의 내용은 single shot detector(SSD) based로 정리하였다. https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection GitHub - sgrvinod/a-PyTorch-Tutorial-to-Object-Detection: SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Dete SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection - GitHub - sgrvinod.. 2022. 7. 10. Object detection 정리 (1) (feat, object detection? , 1 stage detector, 2 stage detector) Recognition : 대상이 무엇인지 식별하는 것 Detection : 대상이 어디있는지 찾는 것 일반적인 image classification task에서는 가장 두드러진 object에 해당하는 단일 category로 이미지를 분류한다. 그러나 일반적인 환경에서는, 보통 복잡하고 여러 object들이 있는 사진들이 있으며, 이를 image classification model로 label을 할당하는 것은 까다롭고 불확실 할 수 있다. 따라서, object detection model은 단일 image안에서 여러 관련 object를 식별(what)하는데 더 초점을 맞추고 있다. 또한 object의 위치가 제공된다는 점(where)에서 image classification model보다 더 나은 이점을.. 2021. 11. 3. 이전 1 다음