YOLOv11 Model
This is a YOLOv11 model trained for object detection using the Ultralytics framework.
Model Details
- Model Type: YOLOv11
- Framework: PyTorch
- Training Dataset: [Specify dataset, e.g., COCO or custom]
- Classes: [List classes or number, e.g., 80 for COCO]
- License: Apache-2.0
Usage
from ultralytics import YOLO
model = YOLO('path/to/yolo11n.pt')
results = model.predict('image.jpg')
results[0].show()
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.
Model tree for Luna-Skywalker/YoloForArya
Base model
Ultralytics/YOLO11