You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

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

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .