File size: 1,088 Bytes
74ac659 149f98d 74ac659 173a835 74ac659 173a835 74ac659 66a08a3 74ac659 f58cd4a 66a08a3 b644592 f58cd4a 173a835 |
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 |
---
language:
- en
base_model: jameslahm/yolov10m
tags:
- object detection
- cs2
pipeline_tag: object-detection
---
# Counter Strike 2 players detector
#### Supported Labels
['CT', 'CT_head', 'T', 'T_head']
#### ALL my models YOLOv10 & YOLOv9
- Yolov10m: https://huggingface.co/jparedesDS/cs2-yolov10m
- Yolov9c: https://huggingface.co/jparedesDS/cs2-yolov9c
- Yolov10s: https://huggingface.co/jparedesDS/cs2-yolov10s
- Yolov10b: https://huggingface.co/jparedesDS/cs2-yolov10b
## How to use
```
from ultralytics import YOLO
# Load a pretrained YOLO model
model = YOLO(r'weights\yolov10m_cs2.pt')
# Run inference on 'image.png' with arguments
model.predict(
'image.png',
save=True,
device=0
)
```
# Labels
![labels.jpg](https://cdn-uploads.huggingface.co/production/uploads/62e1c9b42e4cab6e39dafc97/Zp0gvb1cI40n4dbDUwpT8.jpeg)
# Results
![results.png](https://cdn-uploads.huggingface.co/production/uploads/62e1c9b42e4cab6e39dafc97/ih0B2KSGuaCJUGGW6xYcu.png)
#### Others models Counter Strike 2 YOLOv10m Object Detection
https://huggingface.co/jparedesDS/cs2-yolov10s |