From bcd4225680fefefae3d350a8c929d0d2ebe9fa96 Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Munawar Date: Sat, 10 Feb 2024 23:25:28 +0500 Subject: [PATCH] Compress docs images (#8124) Co-authored-by: UltralyticsAssistant --- docs/en/datasets/explorer/dashboard.md | 8 ++++---- docs/en/guides/distance-calculation.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/datasets/explorer/dashboard.md b/docs/en/datasets/explorer/dashboard.md index 6c4d3e4e..62982b82 100644 --- a/docs/en/datasets/explorer/dashboard.md +++ b/docs/en/datasets/explorer/dashboard.md @@ -41,19 +41,19 @@ Semantic search is a technique for finding similar images to a given image. It i For example: In this VOC Exploration dashboard, user selects a couple aeroplane images like this:

-Explorer Dashboard Screenshot 2 +Explorer Dashboard Screenshot 2

On performing similarity search, you should see a similar result:

-Explorer Dashboard Screenshot 3 +Explorer Dashboard Screenshot 3

## Ask AI This allows you to write how you want to filter your dataset using natural language. You don't have to be proficient in writing SQL queries. Our AI powered query generator will automatically do that under the hood. For example - you can say - "show me 100 images with exactly one person and 2 dogs. There can be other objects too" and it'll internally generate the query and show you those results. Here's an example output when asked to "Show 10 images with exactly 5 persons" and you'll see a result like this:

-Explorer Dashboard Screenshot 4 +Explorer Dashboard Screenshot 4

Note: This works using LLMs under the hood so the results are probabilistic and might get things wrong sometimes @@ -67,7 +67,7 @@ WHERE labels LIKE '%person%' AND labels LIKE '%dog%' ```

-Explorer Dashboard Screenshot 5 +Explorer Dashboard Screenshot 5

This is a Demo build using the Explorer API. You can use the API to build your own exploratory notebooks or scripts to get insights into your datasets. Learn more about the Explorer API [here](api.md). diff --git a/docs/en/guides/distance-calculation.md b/docs/en/guides/distance-calculation.md index cb42b725..8cd064e4 100644 --- a/docs/en/guides/distance-calculation.md +++ b/docs/en/guides/distance-calculation.md @@ -14,7 +14,7 @@ Measuring the gap between two objects is known as distance calculation within a | Distance Calculation using Ultralytics YOLOv8 | |:-----------------------------------------------------------------------------------------------------------------------------------------------:| -| ![Ultralytics YOLOv8 Distance Calculation](https://github.com/RizwanMunawar/RizwanMunawar/assets/62513924/96ae9a71-3170-42d8-887c-d903cba74956) | +| ![Ultralytics YOLOv8 Distance Calculation](https://github.com/RizwanMunawar/RizwanMunawar/assets/62513924/6b6b735d-3c49-4b84-a022-2bf6e3c72f8b) | ## Advantages of Distance Calculation?