Update OpenVINO INT8 export (#7515)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
4dc8c406f9
commit
30185e0d4c
16 changed files with 42 additions and 30 deletions
|
|
@ -25,7 +25,6 @@ pip install ultralytics[explorer]
|
|||
|
||||
Explorer works on embedding/semantic search & SQL querying and is powered by [LanceDB](https://lancedb.com/) serverless vector database. Unlike traditional in-memory DBs, it is persisted on disk without sacrificing performance, so you can scale locally to large datasets like COCO without running out of memory.
|
||||
|
||||
|
||||
### Explorer API
|
||||
|
||||
This is a Python API for Exploring your datasets. It also powers the GUI Explorer. You can use this to create your own exploratory notebooks or scripts to get insights into your datasets.
|
||||
|
|
@ -41,6 +40,7 @@ yolo explorer
|
|||
```
|
||||
|
||||
!!! note "Note"
|
||||
|
||||
Ask AI feature works using OpenAI, so you'll be prompted to set the api key for OpenAI when you first run the GUI.
|
||||
You can set it like this - `yolo settings openai_api_key="..."`
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ Create embeddings for your dataset, search for similar images, run SQL queries,
|
|||
<img width="1709" alt="Screenshot 2024-01-08 at 7 19 48 PM (1)" src="https://github.com/AyushExel/assets/assets/15766192/e536b0eb-6bce-43fe-b800-3e79510d2e5b">
|
||||
</p>
|
||||
|
||||
|
||||
- Try the [GUI Demo](explorer/index.md)
|
||||
- Learn more about the [Explorer API](explorer/index.md)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue