From 1cbfee36b75a4d288e19ad959cb9bae8732f31c7 Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Munawar Date: Wed, 31 Jan 2024 17:26:05 +0500 Subject: [PATCH] Compress explorer image in `dataset/index.md` + description added for new `segmentation` datasets (#7901) --- docs/en/datasets/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/datasets/index.md b/docs/en/datasets/index.md index 788f3663..2d790c71 100644 --- a/docs/en/datasets/index.md +++ b/docs/en/datasets/index.md @@ -13,7 +13,7 @@ Ultralytics provides support for various datasets to facilitate computer vision Create embeddings for your dataset, search for similar images, run SQL queries, perform semantic search and even search using natural language! You can get started with our GUI app or build your own using the API. Learn more [here](explorer/index.md).

-Ultralytics Explorer Screenshot +Ultralytics Explorer Screenshot

- Try the [GUI Demo](explorer/index.md) @@ -40,6 +40,9 @@ Instance segmentation is a computer vision technique that involves identifying a - [COCO](segment/coco.md): A large-scale dataset designed for object detection, segmentation, and captioning tasks with over 200K labeled images. - [COCO8-seg](segment/coco8-seg.md): A smaller dataset for instance segmentation tasks, containing a subset of 8 COCO images with segmentation annotations. +- [Crack-seg](segment/crack-seg.md): Specifically crafted dataset for detecting cracks on roads and walls, applicable for both object detection and segmentation tasks. +- [Package-seg](segment/package-seg.md): Tailored dataset for identifying packages in warehouses or industrial settings, suitable for both object detection and segmentation applications. +- [Carparts-seg](segment/carparts-seg.md): Purpose-built dataset for identifying vehicle parts, catering to design, manufacturing, and research needs. It serves for both object detection and segmentation tasks. ## [Pose Estimation](pose/index.md)