From 9a565133716726fae6f1fa2b0170b9034e9bc7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o?= Date: Fri, 20 Sep 2024 11:02:30 -0300 Subject: [PATCH 1/4] adds basic workflow to try supervision annotators on annotators doc page --- docs/detection/annotators.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/detection/annotators.md b/docs/detection/annotators.md index 0e93d6f92..d4b865443 100644 --- a/docs/detection/annotators.md +++ b/docs/detection/annotators.md @@ -5,6 +5,10 @@ status: new # Annotators +Supervision provides a variety of annotators to annotate detections on images and videos. You can try them out below. + +
+ === "Box" ```python From 2759beb293fe6238161b09bd0eb8be2913ad9ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o?= Date: Fri, 20 Sep 2024 11:11:01 -0300 Subject: [PATCH 2/4] better copy --- docs/detection/annotators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detection/annotators.md b/docs/detection/annotators.md index d4b865443..b18512a92 100644 --- a/docs/detection/annotators.md +++ b/docs/detection/annotators.md @@ -5,7 +5,7 @@ status: new # Annotators -Supervision provides a variety of annotators to annotate detections on images and videos. You can try them out below. +Supervision provides a variety of annotators to annotate detections on images and videos. You can try them out below, with a Workflow that runs [Microsoft's COCO](https://cocodataset.org/#home) dataset through a Instance Segmentation model and annotates the detections using supervision's annotators.
From d2082501238ee5f6feca1713ed3b851a83605e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o?= Date: Fri, 20 Sep 2024 11:12:13 -0300 Subject: [PATCH 3/4] reduces border-radius --- docs/detection/annotators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detection/annotators.md b/docs/detection/annotators.md index b18512a92..60b8df5da 100644 --- a/docs/detection/annotators.md +++ b/docs/detection/annotators.md @@ -7,7 +7,7 @@ status: new Supervision provides a variety of annotators to annotate detections on images and videos. You can try them out below, with a Workflow that runs [Microsoft's COCO](https://cocodataset.org/#home) dataset through a Instance Segmentation model and annotates the detections using supervision's annotators. -
+
=== "Box" From 9bbd81e6ece57d1885d6161e0fa30acd63cc8b46 Mon Sep 17 00:00:00 2001 From: LinasKo Date: Tue, 24 Sep 2024 17:17:49 +0300 Subject: [PATCH 4/4] Link to Workflows in the first paragraph --- docs/detection/annotators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detection/annotators.md b/docs/detection/annotators.md index 60b8df5da..09b4d0433 100644 --- a/docs/detection/annotators.md +++ b/docs/detection/annotators.md @@ -5,7 +5,7 @@ status: new # Annotators -Supervision provides a variety of annotators to annotate detections on images and videos. You can try them out below, with a Workflow that runs [Microsoft's COCO](https://cocodataset.org/#home) dataset through a Instance Segmentation model and annotates the detections using supervision's annotators. +Supervision provides a variety of annotators to annotate detections on images and videos. You can try them out below, with a [Workflow](https://roboflow.com/workflows) that runs [Microsoft's COCO](https://cocodataset.org/#home) dataset through a Instance Segmentation model and annotates the detections using supervision's annotators.