diff --git a/docs/detection/annotators.md b/docs/detection/annotators.md index 9950bce3..72dcbd01 100644 --- a/docs/detection/annotators.md +++ b/docs/detection/annotators.md @@ -5,6 +5,8 @@ status: new # Annotators +Annotators accept detections and apply box or mask visualizations to the detections. Annotators have many available styles. + === "Box" ```python @@ -482,8 +484,8 @@ status: new
-

Try Supervision Annotators with your own images

- Detects COCO classes such as people, vehicles, animals, household items. +

Visualize Supervision Annotators on your own images

+ Note this visualization uses a COCO model (default detects classes such as people, vehicles, animals, household items) to visualize annotators. If annotators do not appear, your image may not found by the COCO model.