diff --git a/docs/detection/annotators.md b/docs/detection/annotators.md index 3399ccfc..afe64ace 100644 --- a/docs/detection/annotators.md +++ b/docs/detection/annotators.md @@ -366,6 +366,12 @@ Annotators accept detections and apply box or mask visualizations to the detecti detections=detections ) ``` +
+ + ![crop-annotator-example](https://media.roboflow.com/supervision-annotator-examples/ + crop-annotator-example.png){ align=center width="800" } + +
--> === "Blur" diff --git a/supervision/annotators/core.py b/supervision/annotators/core.py index 24568577..a2b2ed56 100644 --- a/supervision/annotators/core.py +++ b/supervision/annotators/core.py @@ -2533,6 +2533,9 @@ class CropAnnotator(BaseAnnotator): detections=detections ) ``` + + ![crop-annotator-example](https://media.roboflow.com/ + supervision-annotator-examples/crop-annotator-example.png) """ assert isinstance(scene, np.ndarray) crops = [