Update TFLite Docs images (#8605)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
1146bb0582
commit
36408c974c
33 changed files with 112 additions and 107 deletions
|
|
@ -227,7 +227,7 @@ Here are some examples of what you can do with the table:
|
|||
print(embeddings)
|
||||
```
|
||||
|
||||
### Advanced Querying with pre and post filters
|
||||
### Advanced Querying with pre- and post-filters
|
||||
|
||||
!!! Example
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ pip install ultralytics[explorer]
|
|||
Semantic search is a technique for finding similar images to a given image. It is based on the idea that similar images will have similar embeddings. In the UI, you can select one of more images and search for the images similar to them. This can be useful when you want to find images similar to a given image or a set of images that don't perform as expected.
|
||||
|
||||
For example:
|
||||
In this VOC Exploration dashboard, user selects a couple aeroplane images like this:
|
||||
In this VOC Exploration dashboard, user selects a couple airplane images like this:
|
||||
<p>
|
||||
<img width="1710" alt="Explorer Dashboard Screenshot 2" src="https://github.com/RizwanMunawar/RizwanMunawar/assets/62513924/3becdc1d-45dc-43b7-88ff-84ff0b443894">
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue