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\yolov**_cs2.pt')
# Run inference on 'image.png' with arguments
model.predict(
    'image.png',
    save=True,
    device=0
    )
Ultralytics YOLOv8.2.3 ๐ Python-3.10.11 torch-2.0.1+cu118 CUDA:0 (NVIDIA GeForce RTX 4060, 8187MiB):
Data from over 70 games, where the footage has been tagged in detail.

The training took place over 100 epochs.

You can also support me with a cup of coffee: donate