Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 574 Bytes

object-detection.md

File metadata and controls

24 lines (11 loc) · 574 Bytes

Object Detection

Training a typical classifier with near the edge cropping

Then perform sliding windows detection

{% hint style="warning" %} Computationally costly! {% endhint %}

Convolutional Implementation of Sliding Windows

Pre-requisite - Turning FC layer into convolutional layers