Valorant YOLO - Object Detection
Collection
2 items
β’
Updated
['Body', 'Head']
from ultralytics import YOLO
# Load a pretrained YOLO model
model = YOLO(r'weights\yolov10b_vlr.pt')
# Run inference on 'image.png' with arguments
model.predict(
'image.png',
save=True,
device=0
)
YOLO11m summary (fused): 303 layers, 20,031,574 parameters, 0 gradients, 67.7 GFLOPs
Class Images Instances Box(P R mAP50 mAP50-95): 100%|ββββββββββ| 11/11 [00:06<00:00, 1.71it/s]
all 999 2016 0.963 0.898 0.931 0.655
Body 966 1029 0.971 0.935 0.958 0.791
Head 936 987 0.955 0.862 0.904 0.519