--- language: - en - es base_model: jameslahm/yolov10s --- # Counter Strike 2 players detector ### Supported Labels [ "none", "ct_body", "ct_head", "t_body", "t_head" ] ### models YOLOv10s ## How to use ``` from ultralytics import YOLO # Load a pretrained YOLO model model = YOLO(r'weights\yolov10s_cs2.pt') # Run inference on 'image.png' with arguments model.predict( 'image.png', save=True, device=0 ) ``` # Labels ![labels.jpg]() # Results ![results.png]() # Link YOLOv10m https://huggingface.co/ChitoParedes/cs2-yolov10m