metadata
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
❤️ Why buy me a coffee?
If any of my repositories have been useful to you, saved you time, or inspired you in any way, you can support my work by buying me a coffee ☕ Your support helps me to:
Keep projects maintained and improved
Create new open source repositories
Spend more time documenting and explaining the code
👉 Buy me a coffee here:

