Multi-class object detection and bounding box regression with Keras, TensorFlow, and Deep Learning - PyImageSearch
In this tutorial, you will learn how to train a custom multi-class object detector using bounding box regression with the Keras and TensorFlow deep learning libraries. Last week’s tutorial covered how to train single-class object detector using bounding
www.pyimagesearch.com
2020년 10월 12일 포스팅
들어가며
이번 튜토리얼에서는 다중 클래스 객체탐지에서 바운딩 박스 회귀를 어떻게 하는지 알아보도록 할게요.
저번 튜토리얼에서는 하나의 클래스에 대한 객체 탐지를 위한 바운딩 박스 회귀를 알아보았어요. 이번에는 이 개념을 좀 더 확장해보도록 할게요.
다중 클래스 객체탐지를 하기 위해선 다음과 같은 절차를 거쳐야 해요:
자, 바로 튜토리얼을 시작해보도록 해요!
한글문장 OCR (0) | 2021.05.13 |
---|---|
EasyOCR (0) | 2021.05.11 |
SSD (0) | 2021.05.07 |
[5] Bounding Box Regression (0) | 2021.05.07 |
Morphological Transformations (0) | 2021.05.07 |