# Intermediate Guides

- [Class filtering](https://docs.degirum.com/axelera/intermediate-guides/class-filtering.md): Learn how to filter model outputs by class to reduce clutter, streamline downstream logic, and focus on what matters to your application.
- [Object tracking](https://docs.degirum.com/axelera/intermediate-guides/object-tracking.md): Learn how to track objects across video frames using degirum\_tools.ObjectTracker. This guide explains how to assign persistent IDs to detections, reduce flicker, and extract motion-based analytics.
- [Zone-based counting](https://docs.degirum.com/axelera/intermediate-guides/zone-based-counting.md): Count detections inside polygonal zones—ideal for traffic, retail, and other analytics.
- [Tiling](https://docs.degirum.com/axelera/intermediate-guides/tiling.md): Boost small-object detection using tiling. Learn four strategies to tile, detect, and merge results effectively in PySDK.
- [Model properties](https://docs.degirum.com/axelera/intermediate-guides/model-properties.md): Tune model properties to balance accuracy, latency, and visualization by adjusting preprocessing, hardware selection, and postprocessing settings.
- [Device selection](https://docs.degirum.com/axelera/intermediate-guides/model-properties/device-selection.md): Choose the device type (runtime + hardware) your model runs on. This guide covers supported types, discovery, deterministic vs. fallback selection, and pinning specific cards.
- [Input preprocessing](https://docs.degirum.com/axelera/intermediate-guides/model-properties/input-preprocessing.md): Tune how input data is resized, cropped, padded, and color-converted before reaching the model—so it matches training assumptions and avoids silent accuracy loss.
- [Output postprocessing](https://docs.degirum.com/axelera/intermediate-guides/model-properties/output-postprocessing.md): Understand how to fine-tune postprocessing parameters to control model output—filter predictions, apply suppression, and reduce clutter for more usable results.
- [Image overlay](https://docs.degirum.com/axelera/intermediate-guides/model-properties/image-overlay.md): Customize how predictions are visualized on the output image—control labels, colors, line thickness, blur, and other overlay settings without affecting model results.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.degirum.com/axelera/intermediate-guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
