Adds toggle displaying labels in GUI and verbose log on start (#7804)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
c460ad28f8
commit
62742c21d2
2 changed files with 24 additions and 3 deletions
|
|
@ -396,6 +396,7 @@ def handle_yolo_settings(args: List[str]) -> None:
|
|||
def handle_explorer():
|
||||
"""Open the Ultralytics Explorer GUI."""
|
||||
checks.check_requirements("streamlit")
|
||||
LOGGER.info(f"💡 Loading Explorer dashboard...")
|
||||
subprocess.run(["streamlit", "run", ROOT / "data/explorer/gui/dash.py", "--server.maxMessageSize", "2048"])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue