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.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Counter Strike 2 players detector

Supported Labels

['CT_Body', 'CT_Head', 'T_Body', 'T_Head']

ALL my models YOLOv10 & YOLOv9

How to use

from ultralytics import YOLO

# Load a pretrained YOLO model
model = YOLO(r'weights\cs2_yolo12s.pt')

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

Labels

labels.jpg

Results

results.png

Predict

val_batch2_labels.jpg val_batch1_labels.jpg val_batch0_labels.jpg

YOLOv12s summary (fused): 159 layers, 9,232,428 parameters, 0 gradients, 21.2 GFLOPs
                 Class     Images  Instances      Box(P          R      mAP50  mAP50-95): 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 3/3 [00:00<00:00,  3.64it/s]
                   all         90        255      0.873      0.556      0.717      0.453
               CT_Body         63         74      0.915      0.595      0.786      0.574
               CT_Head         59         68      0.848      0.485      0.685      0.361
                T_Body         49         58      0.822      0.655      0.747      0.547
                T_Head         45         55      0.905      0.491      0.648      0.329

Others models Counter Strike 2 YOLOv10m Object Detection

https://huggingface.co/ChitoParedes/cs2-yolov10m

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Collection including jparedesDS/cs2_yolo12s