Remove explorer Integration (#16842)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
1b52e5e693
commit
54d8801dfb
20 changed files with 36 additions and 1118 deletions
|
|
@ -47,10 +47,6 @@ keywords: Ultralytics, YOLO, configuration, cfg2dict, get_cfg, check_cfg, save_d
|
|||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.cfg.handle_explorer
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.cfg.handle_streamlit_inference
|
||||
|
||||
<br><br><hr><br>
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
comments: true
|
||||
description: Explore the Ultralytics data explorer functions including YOLO dataset handling, image querying, embedding generation, and similarity indexing.
|
||||
keywords: Ultralytics, YOLO, data explorer, image querying, embeddings, similarity index, python, machine learning
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/explorer/explorer.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/explorer/explorer.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/explorer/explorer.py). If you spot a problem please help fix it by [contributing](https://docs.ultralytics.com/help/contributing/) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/data/explorer/explorer.py) 🛠️. Thank you 🙏!
|
||||
|
||||
<br>
|
||||
|
||||
## ::: ultralytics.data.explorer.explorer.ExplorerDataset
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.explorer.Explorer
|
||||
|
||||
<br><br>
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
---
|
||||
comments: true
|
||||
description: Explore the functionalities of Ultralytics Explorer with our comprehensive GUI dash documentation.
|
||||
keywords: Ultralytics, Explorer, GUI, dash, documentation, data explorer, AI query, SQL query, image similarity
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/explorer/gui/dash.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/explorer/gui/dash.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/explorer/gui/dash.py). If you spot a problem please help fix it by [contributing](https://docs.ultralytics.com/help/contributing/) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/data/explorer/gui/dash.py) 🛠️. Thank you 🙏!
|
||||
|
||||
<br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash._get_explorer
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash.init_explorer_form
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash.query_form
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash.ai_query_form
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash.find_similar_imgs
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash.similarity_form
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash.run_sql_query
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash.run_ai_query
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash.reset_explorer
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash.utralytics_explorer_docs_callback
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.gui.dash.layout
|
||||
|
||||
<br><br>
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
---
|
||||
comments: true
|
||||
description: Explore various utility functions in ultralytics.data.explorer.utils including schema definitions, batch sanitization, and query results plotting.
|
||||
keywords: Ultralytics, data explorer, utils, schema, sanitize batch, plot query results, SQL query, machine learning
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/data/explorer/utils.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/explorer/utils.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/explorer/utils.py). If you spot a problem please help fix it by [contributing](https://docs.ultralytics.com/help/contributing/) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/data/explorer/utils.py) 🛠️. Thank you 🙏!
|
||||
|
||||
<br>
|
||||
|
||||
## ::: ultralytics.data.explorer.utils.get_table_schema
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.utils.get_sim_index_schema
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.utils.sanitize_batch
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.utils.plot_query_result
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.data.explorer.utils.prompt_sql_query
|
||||
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue