From 71a18a12d7ddb3af082a215d042f585b68d4f9b6 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Thu, 1 Feb 2024 22:14:42 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20install=20and=20quick=20?= =?UTF-8?q?start=20position=20swapped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- docs/index.md | 69 ++++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5f838eb8..b2b7a503 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,40 +24,6 @@ We write your reusable computer vision tools. Whether you need to load your data > -## 🚀 Quickstart - -
- -- __Detect and Annotate__ - - --- - - Annotate predictions from a range of object detection and segmentation models - - [:octicons-arrow-right-24: Tutorial](how_to/detect_and_annotate.md) - -- __Track Objects__ - - --- - - Discover how to enhance video analysis by implementing seamless object tracking - - [:octicons-arrow-right-24: Tutorial](how_to/track_objects.md) - -- > __Count Objects Crossing Line__ - - --- - - Explore methods to accurately count and analyze objects crossing a predefined line - -- > __Filter Objects in Zone__ - - --- - - Master the techniques to selectively filter and focus on objects within a specific zone - -
- ## 💻 Install You can install `supervision` with pip in a @@ -117,3 +83,38 @@ You can install `supervision` with pip in a # desktop install poetry install --extras "desktop" ``` + + +## 🚀 Quickstart + +
+ +- __Detect and Annotate__ + + --- + + Annotate predictions from a range of object detection and segmentation models + + [:octicons-arrow-right-24: Tutorial](how_to/detect_and_annotate.md) + +- __Track Objects__ + + --- + + Discover how to enhance video analysis by implementing seamless object tracking + + [:octicons-arrow-right-24: Tutorial](how_to/track_objects.md) + +- > __Count Objects Crossing Line__ + + --- + + Explore methods to accurately count and analyze objects crossing a predefined line + +- > __Filter Objects in Zone__ + + --- + + Master the techniques to selectively filter and focus on objects within a specific zone + +