|
--- |
|
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 |
|
 |
|
# Results |
|
 |
|
|
|
#### Others models Counter Strike 2 YOLOv10m Object Detection |
|
https://huggingface.co/jparedesDS/cs2-yolov10s |