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.

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\yolo**_cs2.pt')

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

Predict info

Ultralytics 8.3.68 🚀 Python-3.11.0 torch-2.5.1+cu124 CUDA:0 (NVIDIA GeForce RTX 4060, 8187MiB)

  • yolo11n_cs2_fp16.engine (384x640 5 ts, 5 ths, 20.2ms)
  • yolo11n_cs2.engine (384x640 5 ts, 5 ths, 3.3ms)
  • yolo11n_cs2_fp16.onnx (640x640 5 ts, 5 ths, 7.8ms)
  • yolo11n_cs2.onnx (384x640 5 ts, 5 ths, 172.7ms)
  • yolo11n_cs2.pt (384x640 5 ts, 5 ths, 52.1ms)

Dataset info

Data from over 127 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
14
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the HF Inference API does not support ultralytics models with pipeline type object-detection

Collection including Vombit/yolo11n_cs2