yolov* cs2
Collection
yolo models for Counter-Strike 2
•
21 items
•
Updated
•
3
Counter Strike 2 players detector
[ 'c', 'ch', 't', 'th' ]
# 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
)
Ultralytics 8.3.68 🚀 Python-3.11.0 torch-2.5.1+cu124 CUDA:0 (NVIDIA GeForce RTX 4060, 8187MiB)
Data from over 127 games, where the footage has been tagged in detail.
The training took place over 150 epochs.