fortnite-yolo11m / README.md
jparedesDS's picture
Update README.md
c4353cf verified
metadata
tags:
  - fortnite
  - object
  - detection
  - yolo

Fortnite Object Detection

Detection of player in fornite with AI (Yolo11)

Supported Labels

['head', 'player']

ALL my models YOLO11, YOLOv10 & YOLOv9

How to use

from ultralytics import YOLO

# Load a pretrained YOLO model
model = YOLO(r'weights\fortnite-yolo11m.pt')

# Run inference on 'image.png' with arguments
model.predict(
    'image.png',
    save=True,
    device=0
    )

Confusion matrix normalized

confusion_matrix_normalized.png

Labels

labels.jpg

Results

results.png

Predict

val_batch1_pred.jpg val_batch2_labels.jpg val_batch2_pred.jpg

YOLO11m summary (fused): 303 layers, 20,031,574 parameters, 0 gradients, 67.7 GFLOPs
                 Class     Images  Instances      Box(P          R      mAP50  mAP50-95): 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 12/12 [00:06<00:00,  1.90it/s]
                   all       1014       2097      0.933      0.739      0.828      0.668
                  head        223        633      0.947      0.738      0.825      0.664
                player        990       1464      0.919       0.74      0.831      0.673

Others models...

https://huggingface.co/jparedesDS/valorant-yolov10b