Object Detection
ultralytics
yolo
instance-segmentation
image-classification
pose-estimation
obb
tracking
yolo11
Eval Results (legacy)
Instructions to use Ultralytics/YOLO11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Ultralytics/YOLO11 with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("Ultralytics/YOLO11") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Unsafe
#2
by Jowox - opened
Why are all the files marked as unsafe?
Pickletensor (.pt) files are innately unsafe and the files need to be migrated to safetensor.
*.pt stands for PyTorch, not pickletensor. In general, all Ultralytics models are safe and usable: https://www.geeksforgeeks.org/understanding-file-extensions-in-pytorch-pt-pth-and-pwf/
You can explore more details here: https://github.com/ultralytics/ultralytics/
https://blog.comfy.org/p/comfyui-statement-on-the-ultralytics-crypto-miner-situation. - are they safe? Seems there was an exploit in their stuff.
deleted changed discussion status to closed