遇见 YOLO26: 下一代视觉 AI。
Ultralytics
新闻稿

Ultralytics 以 YOLO26 重新定义最先进的视觉 AI

了解 Ultralytics YOLO26 如何在速度、简易性和从边缘设备到大规模服务器的现实部署能力方面,为视觉 AI 树立新标准。

4
Ultralytics 以 YOLO26 重新定义最先进的视觉 AI

今天,我们正式发布了 Ultralytics YOLO26,这是我们建立尖端性能新基准的新模型。它由我们的创始人兼首席执行官 Glenn Jocher 在伦敦举行的 YOLO Vision 2025 (YV25) 上首次介绍,是我们迄今为止最先进、最易部署的模型。

YOLO26 设计轻量、紧凑且快速,专为现实世界中实时视觉 AI 应用的实际运行场景而打造。通过直接内置在模型中的原生端到端推理,YOLO26 简化了部署,降低了系统复杂性,并在边缘设备和大规模生产环境中提供了可靠的性能。

实际上,YOLO26 的最小版本即 nano 模型,在标准 CPU 上的运行速度提升了高达 43%,从而在移动应用、智能摄像头和其他边缘设备上实现了高效的 实时视觉 AI 解决方案。基于 Ultralytics 让每个人都能使用具有影响力的视觉 AI 能力的愿景,YOLO26 将尖端性能与简洁性相结合,使其易于使用和部署。

Link to this section为计算机视觉的下一个时代而生#

计算机视觉 正在迅速超越云端。现实世界的应用越来越需要实时推理、低延迟、硬件灵活性以及在无人机、摄像头、移动系统和嵌入式平台等设备上的可预测性能。

YOLO26 专为这一转变而构建。 通过从底层重新构思目标检测流程,Ultralytics 创建了一种模型架构,在提供尖端精度和速度的同时,消除了不必要的复杂性。

例如,传统的 Ultralytics 目标检测模型依赖于一种称为 非极大值抑制 (NMS) 的额外后处理步骤,用于在推理后过滤重叠的预测。YOLO26 通过支持原生端到端推理消除了这一额外步骤,使模型能够直接产生最终检测结果。它解锁了更快、更可预测且更可靠的现实世界部署。

YOLO26 并非增量更新。它代表了生产级视觉 AI 在训练、部署和扩展方式上的结构性飞跃。

图 1. Ultralytics YOLO26 基准测试

Link to this sectionYOLO26 带来的可能#

YOLO26 的关键点之一在于它如何建立在 Ultralytics YOLO11 等早期模型的优势之上,同时扩展了计算机视觉的可能性。YOLO26 开箱即支持与 YOLO11 相同的核心 计算机视觉任务,包括目标检测、实例分割和图像分类。

使用 YOLO26 检测图像中的对象

图 2. 使用 YOLO26 检测图像中对象的示例。

它还继续支持姿态估计、用于航空和卫星图像的旋转边界框目标检测,以及跨视频流的目标追踪。与 YOLO11 一样,YOLO26 提供五种模型变体:Nano (n)、Small (s)、Medium (m)、Large (l) 和 Extra large (x),为用户提供平衡速度、大小和精度的选择。

Link to this sectionUltralytics YOLO26 的关键特性#

Ultralytics YOLO26 包含一系列旨在提高性能、可靠性和现实世界可用性的改进。以下是 YOLO26 的关键特性概览:

  • 分布焦点损失 (DFL) 移除: YOLO26 移除了分布焦点损失 (DFL),降低了模型复杂性,并推动了在边缘和低功耗硬件上更简单、更兼容的部署。
  • 端到端无 NMS 推理: YOLO26 原生消除了对非极大值抑制 (NMS) 的需求,这一步骤通常用于移除重复预测,使得实时应用的部署更简单、更快捷。
  • 渐进式损失平衡 + STAL: 渐进式损失平衡 (ProgLoss) 和小目标感知标签分配 (STAL) 调整了模型在训练过程中的学习方式,实现了对复杂场景中小目标和远距离目标的更可靠检测。
  • MuSGD 优化器: YOLO26 引入了 MuSGD 优化器,这是随机梯度下降 (SGD) 和 Muon 启发技术的混合体,它增强了训练稳定性并实现了更快、更一致的收敛。
  • CPU 推理速度提升高达 43%: YOLO26 nano 模型在标准 CPU 上的推理速度提升了高达 43%,从而在移动设备、智能摄像头和其他边缘系统上实现了高效的实时视觉 AI。

Link to this section代码背后的故事:通往 Ultralytics YOLO26 之旅#

YOLO26 的开发是我们的团队研究以及我们从社区、合作伙伴和客户收到的反馈共同塑造的成果。我们着手简化架构、提高效率,并使模型更适合现实世界的使用。

回顾这段旅程,Glenn Jocher 解释道:“最大的挑战之一是确保用户在获得顶尖性能的同时,能够充分利用 YOLO26。” 他的观点突显了 YOLO26 的核心设计原则:保持视觉 AI 的易用性。

我们的高级机器学习工程师 Jing Qiu 对这一理念进行了扩展,补充道:“构建新的 Ultralytics YOLO 模型在于保持稳健,不急于求成。我一直在进行完善,只专注于速度与精度的平衡。当它最终整合在一起时,我感到一种静谧的满足感——这证明了对细节的坚持是行之有效的。”

Link to this section开始使用 Ultralytics YOLO26 构建项目#

Ultralytics YOLO26 从今天起通过 Ultralytics Platform 向公众开放,并全面支持训练、推理和导出工作流。在商业或封闭环境中部署 YOLO26 的组织可以获得企业许可选项,其中包括对生产部署、长期维护和可扩展边缘部署的支持。

像我们之前的模型一样,它也通过 Ultralytics Python 软件包 得到全面支持,让用户能够立即上手。用户可以使用他们已经熟悉的精简工作流来训练、验证和部署 YOLO26,同时利用 ONNX、TensorRT、CoreML、TFLite、OpenVINO 等多种导出选项。

Link to this section让我们一起构建视觉 AI 的未来#

Ultralytics YOLO26 代表了我们在使视觉 AI 更快、更轻、更易用方面迈出的新一步。但这仅仅是个开始。

真正的影响力源于视觉 AI 社区用它创造的成果。我们期待看到你的创新,并继续共同塑造计算机视觉的未来。

加入我们的 社区 并浏览我们的 GitHub 仓库 以深入探索 AI。发现诸如 机器人 AI物流计算机视觉 等行业解决方案,查看 我们的许可选项,并立即开始用计算机视觉进行构建。

From the blog

Ultralytics 在 2026 Qualcomm × Extreme Vision Edge AI Developer Technology Day 上的主要亮点

Ultralytics 在 2026 Qualcomm × Extreme Vision Edge AI Developer Technology Day 上的主要亮点

回顾 Ultralytics 在 2026 Qualcomm x Extreme Vision Edge AI Developer Day 2026 上的表现:活动演示、亮点与交流。
了解更多
在 Intel Core Ultra Series 3 (Panther Lake) 上使用 OpenVINO 加速 Ultralytics YOLO26

在 Intel Core Ultra Series 3 (Panther Lake) 上使用 OpenVINO 加速 Ultralytics YOLO26

了解如何将 Ultralytics YOLO26 模型导出为 OpenVINO 格式,并在包括 CPU、GPU 和 NPU 在内的 Intel 硬件上加速推理。
了解更多
Ultralytics 在 CVPR 2026 的核心亮点

Ultralytics 在 CVPR 2026 的核心亮点

回顾 Ultralytics 在丹佛 CVPR 2026 期间的精彩瞬间,我们在会上进行了展示、发表了研究成果,并与全球计算机视觉社区进行了深入交流。
了解更多
Ultralytics’ first community meetup in Shenzhen, China

Ultralytics 中国社区见面会:全球机器学习关注度最高的国家

Ultralytics 首次深圳见面会亮点:YOLO 向全能计算机视觉平台的演进,以及中国 AI 社区的未来展望。
了解更多
Alexis Schnitger and Abi Anderson at Embedded Vision Summit 2026

Ultralytics 在 2026 年嵌入式视觉峰会上的重点亮点

欢迎加入,一起回顾 Ultralytics 在 2026 年嵌入式视觉峰会 (Embedded Vision Summit 2026) 上的精彩时刻。我们在会上展示了 Ultralytics YOLO26,并与圣克拉拉的 AI 社区进行了交流。
了解更多
Lisa Su on stage at the AMD Dev Day event in Shanghai

Ultralytics 在 AMD Dev Day 上海站:本地 AI 遇上智能体系统

Ultralytics 分享关于 AMD Dev Day 上海站有关 AMD AI 的见解:本地 AI 部署、智能体系统 (agentic systems)、ROCm 和 Ryzen AI Max 395。
了解更多
Ultralytics YOLO and DEEPX edge AI inference for Physical AI

Ultralytics YOLO 与 DEEPX 合作:用于物理 AI 的边缘 AI 推理

了解全新的 DEEPX 导出集成如何为 NPU 驱动的边缘 AI 硬件带来 Ultralytics YOLO 推理能力。
了解更多
Exporting Ultralytics YOLO models on Ultralytics Platform

如何使用 Ultralytics Platform 导出 Ultralytics YOLO 模型

使用 Ultralytics Platform 轻松导出视觉 AI 模型。探索如何通过几次点击为边缘、移动端和云端部署准备模型。
了解更多
Detecting unsafe pallet stacking in a warehouse with Ultralytics YOLO26

使用 Ultralytics YOLO26 检测不安全的托盘堆叠

了解 Ultralytics YOLO26 如何用于检测仓库中不安全的托盘堆叠,从而帮助提升安全性、降低风险并维持高效运营。
了解更多
Polygon annotation with Ultralytics Platform

Ultralytics Platform 多边形标注指南

了解多边形标注,它如何实现精确的对象分割,以及如何通过 Ultralytics Platform 轻松创建标注。
了解更多
Pablo Karnbaum, our Sales Director, at Hannover Messe 2026 in Germany

Ultralytics 在 2026 年德国汉诺威工业博览会上的重点亮点

欢迎加入,一起回顾 Ultralytics 在 2026 年德国汉诺威工业博览会 (Hannover Messe 2026) 上的精彩时刻,我们在会上展示了 Ultralytics YOLO 模型如何赋能工业 AI 解决方案。
了解更多
PyTorch vs TensorFlow for computer vision projects

在计算机视觉项目中选择 PyTorch 或 TensorFlow

了解 PyTorch 与 TensorFlow 在计算机视觉项目中的对比,以及哪种框架最适合你的视觉工作流。
了解更多
Supervised vs unsupervised learning in computer vision

探索计算机视觉中的监督学习与无监督学习

了解计算机视觉中监督学习与无监督学习的区别,以及如何根据你的数据和项目目标选择合适的方法。
了解更多
Planogram compliance detection on a retail shelf with Ultralytics YOLO26

使用 Ultralytics YOLO26 进行货架图合规性检测

了解如何使用 Ultralytics YOLO26 等视觉 AI 模型构建货架图合规性系统,以检测错误摆放的产品并自动化零售货架检查。
了解更多
Monitoring deployed computer vision models on Ultralytics Platform

在 Ultralytics Platform 上监控已部署的计算机视觉模型

了解如何使用 Ultralytics Platform 监控生产环境中的计算机视觉模型。追踪指标、检测问题并提高可靠性。
了解更多
Camera-based vision inspection system on a production line

无需 AI 经验即可构建基于相机的视觉检测系统

了解如何使用 Ultralytics Platform 构建基于相机的视觉检测系统,无需 AI 专家背景,从标注到部署全程覆盖。
了解更多
Comparing Ultralytics YOLO26, YOLO11, and YOLOv8 models

Ultralytics YOLO26 vs YOLO11 vs YOLOv8:你应该用哪一个?

探索 Ultralytics YOLO26 与 Ultralytics YOLO11 以及 Ultralytics YOLOv8 的对比,找出最适合你项目的计算机视觉模型。
了解更多
Picking a cloud GPU for vision AI training on Ultralytics Platform

如何在 Ultralytics Platform 上为视觉 AI 训练选择云端 GPU

了解如何根据数据集大小、模型复杂度和成本等因素,在 Ultralytics Platform 上为计算机视觉训练选择合适的云端 GPU。
了解更多
Dedicated inference endpoints vs shared inference for deployment

部署时的专用推理端点与共享推理对比

探索何时在 Ultralytics Platform 上选择专用推理端点,以实现比共享推理更可扩展、低延迟的视觉 AI 部署。
了解更多
How Ultralytics Platform uses AI to automate annotation

Ultralytics Platform 如何利用 AI 实现自动化标注

了解 Ultralytics Platform 如何利用 AI 自动化标注、管理大数据集、提升一致性并加速计算机视觉开发。
了解更多
Bringing Ultralytics YOLO models to Axelera AI hardware for edge AI

将 Ultralytics YOLO 模型引入 Axelera AI 硬件以实现边缘 AI

了解 Ultralytics Python 包与 Axelera AI 合作支持的全新导出集成,实现高效、高性能的边缘 AI。
了解更多
Smart dataset management in computer vision with Ultralytics Platform

使用 Ultralytics Platform 进行计算机视觉中的智能数据集管理

探索如何利用 Ultralytics Platform 改善计算机视觉项目中的数据集管理。轻松追踪、对比并改进你的数据集。
了解更多
Reasons why computer vision models fail in production

计算机视觉模型在生产中失败的 5 大原因

了解计算机视觉模型为何在生产环境中失败(从数据不匹配到延迟),以及团队如何改进现实世界视觉 AI 系统中的模型性能。
了解更多
Best object detection models for iOS apps on Apple Silicon chips

适用于 Apple Silicon 芯片 iOS 应用的最佳目标检测模型

利用最出色的目标检测模型构建更智能的 iOS 应用。了解哪些模型能在 iPhone 和 iPad 等 iOS 设备上提供快速、准确的实时性能。
了解更多
Deploying computer vision models with Ultralytics Platform

Ultralytics Platform 如何简化计算机视觉模型部署

看看 Ultralytics Platform 如何汇集计算机视觉模型部署所需的一切,从测试到生产就绪的 API。
了解更多
Training YOLO models faster with Ultralytics Platform

使用 Ultralytics Platform 更快地训练 YOLO 模型

了解如何使用 Ultralytics Platform 更快地训练 YOLO 模型,这是一个旨在加速从数据到部署路径的端到端环境。
了解更多
Deploying computer vision models to any region with Ultralytics Platform

Ultralytics Platform:将计算机视觉模型部署到任何区域

学习如何使用 Ultralytics Platform 将你的计算机视觉模型部署到任何区域,从而实现可扩展、快速且灵活的 AI 部署。
了解更多
Image annotation editor in the Ultralytics Platform

使用 Ultralytics Platform 简化图像标注

了解有关使用 Ultralytics Platform 进行图像标注所需的一切知识,以及其用于标注数据集、管理标注和为模型准备数据的内置工具。
了解更多
Ultralytics Platform combining five computer vision tools in one

Ultralytics Platform:五个工具,一个计算机视觉平台

了解 Ultralytics Platform 如何用一个计算机视觉平台替代五个工具,涵盖标注、模型训练、测试和部署。
了解更多
Ultralytics at Embedded World 2026 showcasing YOLO26 on edge devices

Ultralytics 在 Embedded World 2026 上的主要亮点

加入我们,回顾 Ultralytics 在 Embedded World 2026 上的体验,我们通过各种现场演示展示了在边缘设备上运行的 Ultralytics YOLO26。
了解更多
Ultralytics 在 2026 Qualcomm × Extreme Vision Edge AI Developer Technology Day 上的主要亮点

Ultralytics 在 2026 Qualcomm × Extreme Vision Edge AI Developer Technology Day 上的主要亮点

回顾 Ultralytics 在 2026 Qualcomm x Extreme Vision Edge AI Developer Day 2026 上的表现:活动演示、亮点与交流。
了解更多
在 Intel Core Ultra Series 3 (Panther Lake) 上使用 OpenVINO 加速 Ultralytics YOLO26

在 Intel Core Ultra Series 3 (Panther Lake) 上使用 OpenVINO 加速 Ultralytics YOLO26

了解如何将 Ultralytics YOLO26 模型导出为 OpenVINO 格式,并在包括 CPU、GPU 和 NPU 在内的 Intel 硬件上加速推理。
了解更多
Ultralytics 在 CVPR 2026 的核心亮点

Ultralytics 在 CVPR 2026 的核心亮点

回顾 Ultralytics 在丹佛 CVPR 2026 期间的精彩瞬间,我们在会上进行了展示、发表了研究成果,并与全球计算机视觉社区进行了深入交流。
了解更多
Ultralytics’ first community meetup in Shenzhen, China

Ultralytics 中国社区见面会:全球机器学习关注度最高的国家

Ultralytics 首次深圳见面会亮点:YOLO 向全能计算机视觉平台的演进,以及中国 AI 社区的未来展望。
了解更多
Alexis Schnitger and Abi Anderson at Embedded Vision Summit 2026

Ultralytics 在 2026 年嵌入式视觉峰会上的重点亮点

欢迎加入,一起回顾 Ultralytics 在 2026 年嵌入式视觉峰会 (Embedded Vision Summit 2026) 上的精彩时刻。我们在会上展示了 Ultralytics YOLO26,并与圣克拉拉的 AI 社区进行了交流。
了解更多
Lisa Su on stage at the AMD Dev Day event in Shanghai

Ultralytics 在 AMD Dev Day 上海站:本地 AI 遇上智能体系统

Ultralytics 分享关于 AMD Dev Day 上海站有关 AMD AI 的见解:本地 AI 部署、智能体系统 (agentic systems)、ROCm 和 Ryzen AI Max 395。
了解更多
Ultralytics YOLO and DEEPX edge AI inference for Physical AI

Ultralytics YOLO 与 DEEPX 合作:用于物理 AI 的边缘 AI 推理

了解全新的 DEEPX 导出集成如何为 NPU 驱动的边缘 AI 硬件带来 Ultralytics YOLO 推理能力。
了解更多
Exporting Ultralytics YOLO models on Ultralytics Platform

如何使用 Ultralytics Platform 导出 Ultralytics YOLO 模型

使用 Ultralytics Platform 轻松导出视觉 AI 模型。探索如何通过几次点击为边缘、移动端和云端部署准备模型。
了解更多
Detecting unsafe pallet stacking in a warehouse with Ultralytics YOLO26

使用 Ultralytics YOLO26 检测不安全的托盘堆叠

了解 Ultralytics YOLO26 如何用于检测仓库中不安全的托盘堆叠,从而帮助提升安全性、降低风险并维持高效运营。
了解更多
Polygon annotation with Ultralytics Platform

Ultralytics Platform 多边形标注指南

了解多边形标注,它如何实现精确的对象分割,以及如何通过 Ultralytics Platform 轻松创建标注。
了解更多
Pablo Karnbaum, our Sales Director, at Hannover Messe 2026 in Germany

Ultralytics 在 2026 年德国汉诺威工业博览会上的重点亮点

欢迎加入,一起回顾 Ultralytics 在 2026 年德国汉诺威工业博览会 (Hannover Messe 2026) 上的精彩时刻,我们在会上展示了 Ultralytics YOLO 模型如何赋能工业 AI 解决方案。
了解更多
PyTorch vs TensorFlow for computer vision projects

在计算机视觉项目中选择 PyTorch 或 TensorFlow

了解 PyTorch 与 TensorFlow 在计算机视觉项目中的对比,以及哪种框架最适合你的视觉工作流。
了解更多
Supervised vs unsupervised learning in computer vision

探索计算机视觉中的监督学习与无监督学习

了解计算机视觉中监督学习与无监督学习的区别,以及如何根据你的数据和项目目标选择合适的方法。
了解更多
Planogram compliance detection on a retail shelf with Ultralytics YOLO26

使用 Ultralytics YOLO26 进行货架图合规性检测

了解如何使用 Ultralytics YOLO26 等视觉 AI 模型构建货架图合规性系统,以检测错误摆放的产品并自动化零售货架检查。
了解更多
Monitoring deployed computer vision models on Ultralytics Platform

在 Ultralytics Platform 上监控已部署的计算机视觉模型

了解如何使用 Ultralytics Platform 监控生产环境中的计算机视觉模型。追踪指标、检测问题并提高可靠性。
了解更多
Camera-based vision inspection system on a production line

无需 AI 经验即可构建基于相机的视觉检测系统

了解如何使用 Ultralytics Platform 构建基于相机的视觉检测系统,无需 AI 专家背景,从标注到部署全程覆盖。
了解更多
Comparing Ultralytics YOLO26, YOLO11, and YOLOv8 models

Ultralytics YOLO26 vs YOLO11 vs YOLOv8:你应该用哪一个?

探索 Ultralytics YOLO26 与 Ultralytics YOLO11 以及 Ultralytics YOLOv8 的对比,找出最适合你项目的计算机视觉模型。
了解更多
Picking a cloud GPU for vision AI training on Ultralytics Platform

如何在 Ultralytics Platform 上为视觉 AI 训练选择云端 GPU

了解如何根据数据集大小、模型复杂度和成本等因素,在 Ultralytics Platform 上为计算机视觉训练选择合适的云端 GPU。
了解更多
Dedicated inference endpoints vs shared inference for deployment

部署时的专用推理端点与共享推理对比

探索何时在 Ultralytics Platform 上选择专用推理端点,以实现比共享推理更可扩展、低延迟的视觉 AI 部署。
了解更多
How Ultralytics Platform uses AI to automate annotation

Ultralytics Platform 如何利用 AI 实现自动化标注

了解 Ultralytics Platform 如何利用 AI 自动化标注、管理大数据集、提升一致性并加速计算机视觉开发。
了解更多
Bringing Ultralytics YOLO models to Axelera AI hardware for edge AI

将 Ultralytics YOLO 模型引入 Axelera AI 硬件以实现边缘 AI

了解 Ultralytics Python 包与 Axelera AI 合作支持的全新导出集成,实现高效、高性能的边缘 AI。
了解更多
Smart dataset management in computer vision with Ultralytics Platform

使用 Ultralytics Platform 进行计算机视觉中的智能数据集管理

探索如何利用 Ultralytics Platform 改善计算机视觉项目中的数据集管理。轻松追踪、对比并改进你的数据集。
了解更多
Reasons why computer vision models fail in production

计算机视觉模型在生产中失败的 5 大原因

了解计算机视觉模型为何在生产环境中失败(从数据不匹配到延迟),以及团队如何改进现实世界视觉 AI 系统中的模型性能。
了解更多
Best object detection models for iOS apps on Apple Silicon chips

适用于 Apple Silicon 芯片 iOS 应用的最佳目标检测模型

利用最出色的目标检测模型构建更智能的 iOS 应用。了解哪些模型能在 iPhone 和 iPad 等 iOS 设备上提供快速、准确的实时性能。
了解更多
Deploying computer vision models with Ultralytics Platform

Ultralytics Platform 如何简化计算机视觉模型部署

看看 Ultralytics Platform 如何汇集计算机视觉模型部署所需的一切,从测试到生产就绪的 API。
了解更多
Training YOLO models faster with Ultralytics Platform

使用 Ultralytics Platform 更快地训练 YOLO 模型

了解如何使用 Ultralytics Platform 更快地训练 YOLO 模型,这是一个旨在加速从数据到部署路径的端到端环境。
了解更多
Deploying computer vision models to any region with Ultralytics Platform

Ultralytics Platform:将计算机视觉模型部署到任何区域

学习如何使用 Ultralytics Platform 将你的计算机视觉模型部署到任何区域,从而实现可扩展、快速且灵活的 AI 部署。
了解更多
Image annotation editor in the Ultralytics Platform

使用 Ultralytics Platform 简化图像标注

了解有关使用 Ultralytics Platform 进行图像标注所需的一切知识,以及其用于标注数据集、管理标注和为模型准备数据的内置工具。
了解更多
Ultralytics Platform combining five computer vision tools in one

Ultralytics Platform:五个工具,一个计算机视觉平台

了解 Ultralytics Platform 如何用一个计算机视觉平台替代五个工具,涵盖标注、模型训练、测试和部署。
了解更多
Ultralytics at Embedded World 2026 showcasing YOLO26 on edge devices

Ultralytics 在 Embedded World 2026 上的主要亮点

加入我们,回顾 Ultralytics 在 Embedded World 2026 上的体验,我们通过各种现场演示展示了在边缘设备上运行的 Ultralytics YOLO26。
了解更多
Ultralytics 在 2026 Qualcomm × Extreme Vision Edge AI Developer Technology Day 上的主要亮点

Ultralytics 在 2026 Qualcomm × Extreme Vision Edge AI Developer Technology Day 上的主要亮点

回顾 Ultralytics 在 2026 Qualcomm x Extreme Vision Edge AI Developer Day 2026 上的表现:活动演示、亮点与交流。
了解更多
在 Intel Core Ultra Series 3 (Panther Lake) 上使用 OpenVINO 加速 Ultralytics YOLO26

在 Intel Core Ultra Series 3 (Panther Lake) 上使用 OpenVINO 加速 Ultralytics YOLO26

了解如何将 Ultralytics YOLO26 模型导出为 OpenVINO 格式,并在包括 CPU、GPU 和 NPU 在内的 Intel 硬件上加速推理。
了解更多
Ultralytics 在 CVPR 2026 的核心亮点

Ultralytics 在 CVPR 2026 的核心亮点

回顾 Ultralytics 在丹佛 CVPR 2026 期间的精彩瞬间,我们在会上进行了展示、发表了研究成果,并与全球计算机视觉社区进行了深入交流。
了解更多
Ultralytics’ first community meetup in Shenzhen, China

Ultralytics 中国社区见面会:全球机器学习关注度最高的国家

Ultralytics 首次深圳见面会亮点:YOLO 向全能计算机视觉平台的演进,以及中国 AI 社区的未来展望。
了解更多
Alexis Schnitger and Abi Anderson at Embedded Vision Summit 2026

Ultralytics 在 2026 年嵌入式视觉峰会上的重点亮点

欢迎加入,一起回顾 Ultralytics 在 2026 年嵌入式视觉峰会 (Embedded Vision Summit 2026) 上的精彩时刻。我们在会上展示了 Ultralytics YOLO26,并与圣克拉拉的 AI 社区进行了交流。
了解更多
Lisa Su on stage at the AMD Dev Day event in Shanghai

Ultralytics 在 AMD Dev Day 上海站:本地 AI 遇上智能体系统

Ultralytics 分享关于 AMD Dev Day 上海站有关 AMD AI 的见解:本地 AI 部署、智能体系统 (agentic systems)、ROCm 和 Ryzen AI Max 395。
了解更多
Ultralytics YOLO and DEEPX edge AI inference for Physical AI

Ultralytics YOLO 与 DEEPX 合作:用于物理 AI 的边缘 AI 推理

了解全新的 DEEPX 导出集成如何为 NPU 驱动的边缘 AI 硬件带来 Ultralytics YOLO 推理能力。
了解更多
Exporting Ultralytics YOLO models on Ultralytics Platform

如何使用 Ultralytics Platform 导出 Ultralytics YOLO 模型

使用 Ultralytics Platform 轻松导出视觉 AI 模型。探索如何通过几次点击为边缘、移动端和云端部署准备模型。
了解更多
Detecting unsafe pallet stacking in a warehouse with Ultralytics YOLO26

使用 Ultralytics YOLO26 检测不安全的托盘堆叠

了解 Ultralytics YOLO26 如何用于检测仓库中不安全的托盘堆叠,从而帮助提升安全性、降低风险并维持高效运营。
了解更多
Polygon annotation with Ultralytics Platform

Ultralytics Platform 多边形标注指南

了解多边形标注,它如何实现精确的对象分割,以及如何通过 Ultralytics Platform 轻松创建标注。
了解更多
Pablo Karnbaum, our Sales Director, at Hannover Messe 2026 in Germany

Ultralytics 在 2026 年德国汉诺威工业博览会上的重点亮点

欢迎加入,一起回顾 Ultralytics 在 2026 年德国汉诺威工业博览会 (Hannover Messe 2026) 上的精彩时刻,我们在会上展示了 Ultralytics YOLO 模型如何赋能工业 AI 解决方案。
了解更多
PyTorch vs TensorFlow for computer vision projects

在计算机视觉项目中选择 PyTorch 或 TensorFlow

了解 PyTorch 与 TensorFlow 在计算机视觉项目中的对比,以及哪种框架最适合你的视觉工作流。
了解更多
Supervised vs unsupervised learning in computer vision

探索计算机视觉中的监督学习与无监督学习

了解计算机视觉中监督学习与无监督学习的区别,以及如何根据你的数据和项目目标选择合适的方法。
了解更多
Planogram compliance detection on a retail shelf with Ultralytics YOLO26

使用 Ultralytics YOLO26 进行货架图合规性检测

了解如何使用 Ultralytics YOLO26 等视觉 AI 模型构建货架图合规性系统,以检测错误摆放的产品并自动化零售货架检查。
了解更多
Monitoring deployed computer vision models on Ultralytics Platform

在 Ultralytics Platform 上监控已部署的计算机视觉模型

了解如何使用 Ultralytics Platform 监控生产环境中的计算机视觉模型。追踪指标、检测问题并提高可靠性。
了解更多
Camera-based vision inspection system on a production line

无需 AI 经验即可构建基于相机的视觉检测系统

了解如何使用 Ultralytics Platform 构建基于相机的视觉检测系统,无需 AI 专家背景,从标注到部署全程覆盖。
了解更多
Comparing Ultralytics YOLO26, YOLO11, and YOLOv8 models

Ultralytics YOLO26 vs YOLO11 vs YOLOv8:你应该用哪一个?

探索 Ultralytics YOLO26 与 Ultralytics YOLO11 以及 Ultralytics YOLOv8 的对比,找出最适合你项目的计算机视觉模型。
了解更多
Picking a cloud GPU for vision AI training on Ultralytics Platform

如何在 Ultralytics Platform 上为视觉 AI 训练选择云端 GPU

了解如何根据数据集大小、模型复杂度和成本等因素,在 Ultralytics Platform 上为计算机视觉训练选择合适的云端 GPU。
了解更多
Dedicated inference endpoints vs shared inference for deployment

部署时的专用推理端点与共享推理对比

探索何时在 Ultralytics Platform 上选择专用推理端点,以实现比共享推理更可扩展、低延迟的视觉 AI 部署。
了解更多
How Ultralytics Platform uses AI to automate annotation

Ultralytics Platform 如何利用 AI 实现自动化标注

了解 Ultralytics Platform 如何利用 AI 自动化标注、管理大数据集、提升一致性并加速计算机视觉开发。
了解更多
Bringing Ultralytics YOLO models to Axelera AI hardware for edge AI

将 Ultralytics YOLO 模型引入 Axelera AI 硬件以实现边缘 AI

了解 Ultralytics Python 包与 Axelera AI 合作支持的全新导出集成,实现高效、高性能的边缘 AI。
了解更多
Smart dataset management in computer vision with Ultralytics Platform

使用 Ultralytics Platform 进行计算机视觉中的智能数据集管理

探索如何利用 Ultralytics Platform 改善计算机视觉项目中的数据集管理。轻松追踪、对比并改进你的数据集。
了解更多
Reasons why computer vision models fail in production

计算机视觉模型在生产中失败的 5 大原因

了解计算机视觉模型为何在生产环境中失败(从数据不匹配到延迟),以及团队如何改进现实世界视觉 AI 系统中的模型性能。
了解更多
Best object detection models for iOS apps on Apple Silicon chips

适用于 Apple Silicon 芯片 iOS 应用的最佳目标检测模型

利用最出色的目标检测模型构建更智能的 iOS 应用。了解哪些模型能在 iPhone 和 iPad 等 iOS 设备上提供快速、准确的实时性能。
了解更多
Deploying computer vision models with Ultralytics Platform

Ultralytics Platform 如何简化计算机视觉模型部署

看看 Ultralytics Platform 如何汇集计算机视觉模型部署所需的一切,从测试到生产就绪的 API。
了解更多
Training YOLO models faster with Ultralytics Platform

使用 Ultralytics Platform 更快地训练 YOLO 模型

了解如何使用 Ultralytics Platform 更快地训练 YOLO 模型,这是一个旨在加速从数据到部署路径的端到端环境。
了解更多
Deploying computer vision models to any region with Ultralytics Platform

Ultralytics Platform:将计算机视觉模型部署到任何区域

学习如何使用 Ultralytics Platform 将你的计算机视觉模型部署到任何区域,从而实现可扩展、快速且灵活的 AI 部署。
了解更多
Image annotation editor in the Ultralytics Platform

使用 Ultralytics Platform 简化图像标注

了解有关使用 Ultralytics Platform 进行图像标注所需的一切知识,以及其用于标注数据集、管理标注和为模型准备数据的内置工具。
了解更多
Ultralytics Platform combining five computer vision tools in one

Ultralytics Platform:五个工具,一个计算机视觉平台

了解 Ultralytics Platform 如何用一个计算机视觉平台替代五个工具,涵盖标注、模型训练、测试和部署。
了解更多
Ultralytics at Embedded World 2026 showcasing YOLO26 on edge devices

Ultralytics 在 Embedded World 2026 上的主要亮点

加入我们,回顾 Ultralytics 在 Embedded World 2026 上的体验,我们通过各种现场演示展示了在边缘设备上运行的 Ultralytics YOLO26。
了解更多

让我们一起构建 AI 的未来!

开启你的机器学习未来之旅