yolov* cs2
Collection
yolo models for Counter-Strike 2
•
11 items
•
Updated
•
1
Counter Strike 2 players detector
[ 'c', 'ch', 't', 'th' ]
# 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
)
Ultralytics YOLOv8.2.90 🚀 Python-3.12.5 torch-2.3.1+cu121 CUDA:0 (NVIDIA GeForce RTX 4060, 8188MiB)
Data from over 120 games, where the footage has been tagged in detail.
The training took place over 150 epochs.
You can also support me with a cup of coffee: donate