--- license: cc-by-nc-nd-4.0 pipeline_tag: object-detection tags: - yolo12 - ultralytics - yolo - object-detection - pytorch - cs2 - Counter Strike --- Counter Strike 2 players detector ## Supported Labels ``` [ 'c', 'ch', 't', 'th' ] ``` ## All models in this series - [yolo12n_cs2](https://huggingface.co/Vombit/yolo12n_cs2) (~5mb) - [yolo12s_cs2](https://huggingface.co/Vombit/yolo12s_cs2) (~18mb) - [yolo12m_cs2](https://huggingface.co/Vombit/yolo12m_cs2) (~39mb) - [yolo12l_cs2](https://huggingface.co/Vombit/yolo12l_cs2) (~51mb) - [yolo12x_cs2](https://huggingface.co/Vombit/yolo12x_cs2) (~113mb) ## How to use ```python # load Yolo from ultralytics import YOLO # Load a pretrained YOLO model model = YOLO(r'weights\yolo**_cs2.pt') # Run inference on 'image.png' with arguments model.predict( 'image.png', save=True, device=0 ) ``` ## Predict info Ultralytics 8.3.105 🚀 Python-3.12.0 torch-2.8.0.dev20250408+cu128 CUDA:0 (NVIDIA GeForce RTX 4060, 8187MiB) - yolo12n_cs2_fp16.engine (384x640 5 ts, 5 ths, 6.1ms) - yolo12n_cs2.engine (384x640 5 ts, 5 ths, 6.4ms) - yolo12n_cs2_fp16.onnx (640x640 5 ts, 5 ths, 41.8ms) - yolo12n_cs2.onnx (384x640 5 ts, 5 ths, 29.6ms) - yolo12n_cs2.pt (384x640 5 ts, 5 ths, 59.1ms) ## Dataset info Data from over 150 games, where the footage has been tagged in detail. ![image/jpg](https://huggingface.co/Vombit/yolo12n_cs2/resolve/main/labels.jpg) ![image/jpg](https://huggingface.co/Vombit/yolo12n_cs2/resolve/main/labels_correlogram.jpg) ## Train info The training took place 100 epochs. ![image/png](https://huggingface.co/Vombit/yolo12n_cs2/resolve/main/results.png) You can also support me with a cup of coffee: [donate](https://vombit.serveblog.net/donation)