我的第一个学习模型 (YOLOv11)
这是一个使用 YOLOv11 训练的物体检测模型。
模型描述
(在这里写下你的模型是用来检测什么的)
如何使用 (Python - Ultralytics)
from ultralytics import YOLO
# 加载你托管在Hugging Face上的模型
# 注意:这里的模型ID应为 "YourUsername/YourRepoName"
model = YOLO("pillowl/learn")
# 定义一个图片源
source = '[https://huggingface.co/pillowl/learn/resolve/main/001481.jpg](https://huggingface.co/pillowl/learn/resolve/main/001481.jpg)'
# 进行推理预测
results = model.predict(source=source)
- Downloads last month
- -
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for pillowl/learn
Base model
Ultralytics/YOLO11