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.
This commit is contained in:
SkalskiP 2023-10-18 21:34:56 +02:00
parent d66a539779
commit 5f82aac9e6
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@
<div class="result" markdown>
![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" }
</div>

View File

@ -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: