> For the complete documentation index, see [llms.txt](https://ai.nuhil.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai.nuhil.net/computer-vision/object-detection.md).

# Object Detection

## Training a typical classifier with near the edge cropping

![](/files/-MHnJ2ILZVC8dkZ7_46h)

### Then perform sliding windows detection

![](/files/-MHnJPYZtrlYT_n4spT5)

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

## Convolutional Implementation of Sliding Windows

![Pre-requisite - Turning FC layer into convolutional layers](/files/-MHnKvOWgu2seA1XZ1Fz)

![](/files/-MHnMjnUl7XuVWP1mogP)
