Inference for Heatmaps#

Dense per-pixel predictions such as depth maps are stored as a Heatmap field, which you populate by passing a model to apply_model() or by constructing Heatmap instances yourself.

The Depth Estimation Guide covers both paths end to end: loading a depth model from the zoo, and running inference with a custom Hugging Face model that isn’t zoo-compatible out of the box.