Overview of Region-based Object Detectors
Sliding-window detectors A brute force approach for object detection is to slide windows from left and right, and from up to down to identify objects using classification. To detect different object types at various viewing distances, we use windows of varied sizes and aspect ratios.
2021-02-20