File size: 805 Bytes
be66a5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
license: cc-by-nc-nd-4.0
pipeline_tag: object-detection
tags:
- yolov10
- ultralytics
- yolo
- object-detection
- pytorch
- cs2
- Counter Strike
---

Counter Strike 2 players detector

## Supported Labels

```
[ 'c', 'ch', 't', 'th' ]
```

## All models in this series


## How to use
```python
# 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
    )
```


## Predict info



## Dataset info

Data from over 100 games, where the footage has been tagged in detail.



## Train info

The training took place over 100 epochs.




You can also support me with a cup of coffee: [donate](https://www.donationalerts.com/r/vombit_donation)