ultralytics 8.2.67 new NVIDIA Jetson Orin Jetpack 6 Docker image (#14740)

This commit is contained in:
Glenn Jocher 2024-07-27 17:11:01 +02:00 committed by GitHub
parent df38884442
commit f8454f1ab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -44,6 +44,7 @@ LOGGING_NAME = "ultralytics"
MACOS, LINUX, WINDOWS = (platform.system() == x for x in ["Darwin", "Linux", "Windows"]) # environment booleans
ARM64 = platform.machine() in {"arm64", "aarch64"} # ARM64 booleans
PYTHON_VERSION = platform.python_version()
TORCH_VERSION = torch.__version__
TORCHVISION_VERSION = importlib.metadata.version("torchvision") # faster than importing torchvision
HELP_MSG = """
Usage examples for running YOLOv8: