Nesne Tespiti
The task of computerized vision that determines both class and location of objects in a image.
The architectures such as ROADO (You Only Look Once), Faster R-CNN and SSD have been important milestones in object detection, especially ROADO is known to achieve real-time speed by processing the image in one pass. Object detection is the basis of many critical applications such as recognition of autonomous vehicles, other tools and traffic signs, monitoring suspicious behaviors of security cameras, inventory tracking in retail stores and marking abnormal tissues in medical images. The accuracy of the model is usually measured with metrics such as IoU (Intersection over Union) and mAP (mean Average Precision).
