yolov* cs2
Collection
yolo models for Counter-Strike 2
โข
21 items
โข
Updated
โข
2
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.105 ๐ Python-3.12.0 torch-2.8.0.dev20250408+cu128 CUDA:0 (NVIDIA GeForce RTX 4060, 8187MiB)
Data from over 150 games, where the footage has been tagged in detail.
The training took place 100 epochs.
You can also support me with a cup of coffee: donate