type
status
date
slug
summary
category
tags
icon
password
写在前面:本文参考yolo11官方文档
Home
,结合本人实际使用。


Home
Discover Ultralytics YOLO - the latest in real-time object detection and image segmentation. Learn its features and maximize its potential in your projects.
(持续更新中)
安装
官方做法(任选一条命令进行安装)
Note :如果你是在CUDA环境中安装,最佳做法是在同一个命令中安装ultralytics
,pytorch
和pytorch-cuda
,以允许conda包管理器解决任何冲突,或者最后安装pytorch-cuda,
以允许它在必要时覆盖CPU特定的pytorch
包。
笔者需要使用CUDA,所以选择了第四种安装方式。