Counter Strike 2 players detector

Supported Labels

[ 'c', 'ch', 't', 'th' ]

All models in this series

How to use

# load Yolo
from ultralytics import YOLO

# Load a pretrained YOLO model
model = YOLO(r'weights\yolov**_cs2.pt')

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

Predict info

Ultralytics YOLOv8.2.90 🚀 Python-3.12.5 torch-2.3.1+cu121 CUDA:0 (NVIDIA GeForce RTX 4060, 8188MiB)

  • yolov10n_cs2_fp16.engine (640x640 5 ts, 5 ths, 2.6ms)
  • yolov10n_cs2.engine (640x640 5 ts, 5 ths, 2.9ms)
  • yolov10n_cs2_fp16.onnx (640x640 5 ts, 5 ths, 32.6ms)
  • yolov10n_cs2.onnx (640x640 5 ts, 5 ths, 40.6ms)
  • yolov10n_cs2.pt (384x640 5 ts, 5 ths, 124.3ms)

Dataset info

Data from over 120 games, where the footage has been tagged in detail.

image/jpg image/jpg

Train info

The training took place over 150 epochs.

image/png

You can also support me with a cup of coffee: donate

Downloads last month
18
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 HF Inference API does not support object-detection models for yolov10 library.

Collection including Vombit/yolov10n_cs2