From 5f82aac9e67600d6ea01db265ddde3ed362326c5 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Wed, 18 Oct 2023 21:34:56 +0200 Subject: [PATCH] Update example images link in `core.py` and `annotators.md` The hyperlink to images in the example blocks in `supervision/annotators/core.py`, and `docs/annotators.md` was modified to reflect recent updates to the annotated heat map image. --- docs/annotators.md | 2 +- supervision/annotators/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/annotators.md b/docs/annotators.md index b9ae93d8..efb77d11 100644 --- a/docs/annotators.md +++ b/docs/annotators.md @@ -264,7 +264,7 @@
- ![trace-annotator-example](https://media.roboflow.com/supervision-annotator-examples/trace-annotator-example-purple.png){ align=center width="800" } + ![trace-annotator-example](https://media.roboflow.com/supervision-annotator-examples/heat-map-annotator-example-purple.png){ align=center width="800" }
diff --git a/supervision/annotators/core.py b/supervision/annotators/core.py index 5c133a23..3fbd7a85 100644 --- a/supervision/annotators/core.py +++ b/supervision/annotators/core.py @@ -1076,7 +1076,7 @@ class HeatMapAnnotator: ``` ![heatmap-annotator-example](https://media.roboflow.com/ - supervision-annotator-examples/heatmap-annotator-example.png) + supervision-annotator-examples/heat-map-annotator-example-purple.png) """ if self.heat_mask is None: