yolov* cs2
Collection
yolo models for Counter-Strike 2 • 20 items • Updated • 8
How to use Vombit/yolo11s_cs2 with ultralytics:
# Couldn't find a valid YOLO version tag.
# Replace XX with the correct version.
from ultralytics import YOLOvXX
model = YOLOvXX.from_pretrained("Vombit/yolo11s_cs2")
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)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.