|
--- |
|
base_model: Vombit/yolov9c_cs2 |
|
language: |
|
- en |
|
tags: |
|
- object identification |
|
- cs2 |
|
--- |
|
# Counter Strike 2 players detector |
|
|
|
### Supported Labels |
|
[ 'c', 'ch', 't', 'th' ] |
|
|
|
### models |
|
YOLOv9c |
|
|
|
## How to use |
|
``` |
|
from ultralytics import YOLO |
|
|
|
# Load a pretrained YOLO model |
|
model = YOLO(r'weights\yolov9c_cs2.pt') |
|
|
|
# Run inference on 'image.png' with arguments |
|
model.predict( |
|
'image.png', |
|
save=True, |
|
device=0 |
|
) |
|
``` |
|
# Labels |
|
 |
|
# Results |
|
 |
|
|
|
|
|
# Link YOLOv10 |
|
https://huggingface.co/ChitoParedes/cs2-yolov10m |