Object Detection
← Back to Computer Vision
Locating and classifying objects in images with bounding boxes. Key approaches: YOLO (single-shot, real-time), Faster R-CNN (two-stage, higher accuracy), DETR (Transformer-based, end-to-end), anchor-free methods.
Related
- Semantic Segmentation (pixel-level instead of boxes)
- CNN Architectures (backbone networks)