Edit model card

Counter Strike 2 players detector

Supported Labels

['CT', 'CT_head', 'T', 'T_head']

ALL my models YOLOv10 & YOLOv9

How to use

from ultralytics import YOLO

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

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

Labels

labels.jpg

Results

results.png

Others models Counter Strike 2 YOLOv10m Object Detection

https://huggingface.co/jparedesDS/cs2-yolov10s

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 .

Model tree for jparedesDS/cs2-yolov10m

Base model

jameslahm/yolov10m
Finetuned
this model