Instructions to use Vombit/yolov10l_cs2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- YOLOv10
How to use Vombit/yolov10l_cs2 with YOLOv10:
from ultralytics import YOLOvv10 model = YOLOvv10.from_pretrained("Vombit/yolov10l_cs2") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - ultralytics
How to use Vombit/yolov10l_cs2 with ultralytics:
from ultralytics import YOLOvv10 model = YOLOvv10.from_pretrained("Vombit/yolov10l_cs2") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,12 @@ Counter Strike 2 players detector
|
|
| 21 |
|
| 22 |
## All models in this series
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## How to use
|
| 26 |
```python
|
|
@@ -41,17 +47,28 @@ model.predict(
|
|
| 41 |
|
| 42 |
## Predict info
|
| 43 |
|
|
|
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
## Dataset info
|
| 47 |
|
| 48 |
-
Data from over
|
| 49 |
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
## Train info
|
| 53 |
|
| 54 |
-
The training took place over
|
|
|
|
|
|
|
| 55 |
|
| 56 |
|
| 57 |
|
|
|
|
| 21 |
|
| 22 |
## All models in this series
|
| 23 |
|
| 24 |
+
- [yoloV10n_cs2](https://huggingface.co/Vombit/yolov10n_cs2) (5.5mb)
|
| 25 |
+
- [yoloV10s_cs2](https://huggingface.co/Vombit/yolov10s_cs2) (15.7mb)
|
| 26 |
+
- [yoloV10m_cs2](https://huggingface.co/Vombit/yolov10m_cs2) (31.9mb)
|
| 27 |
+
- [yoloV10b_cs2](https://huggingface.co/Vombit/yolov10b_cs2) (39.7mb)
|
| 28 |
+
- [yoloV10l_cs2](https://huggingface.co/Vombit/yolov10l_cs2) (50.0mb)
|
| 29 |
+
- [yoloV10x_cs2](https://huggingface.co/Vombit/yolov10x_cs2) (61.4mb)
|
| 30 |
|
| 31 |
## How to use
|
| 32 |
```python
|
|
|
|
| 47 |
|
| 48 |
## Predict info
|
| 49 |
|
| 50 |
+
Ultralytics YOLOv8.2.90 🚀 Python-3.12.5 torch-2.3.1+cu121 CUDA:0 (NVIDIA GeForce RTX 4060, 8188MiB)
|
| 51 |
|
| 52 |
+
- yolov10l_cs2_fp16.engine ()
|
| 53 |
+
- yolov10l_cs2.engine ()
|
| 54 |
+
- yolov10l_cs2_fp16.onnx ()
|
| 55 |
+
- yolov10l_cs2.onnx ()
|
| 56 |
+
- yolov10l_cs2.pt ()
|
| 57 |
|
| 58 |
## Dataset info
|
| 59 |
|
| 60 |
+
Data from over 120 games, where the footage has been tagged in detail.
|
| 61 |
|
| 62 |
+
<img width="640" src="https://huggingface.co/Vombit/yolov10l_cs2/resolve/main/labels.jpg">
|
| 63 |
+
|
| 64 |
+
<img width="640" src="https://huggingface.co/Vombit/yolov10l_cs2/resolve/main/labels_correlogram.jpg">
|
| 65 |
|
| 66 |
|
| 67 |
## Train info
|
| 68 |
|
| 69 |
+
The training took place over 150 epochs.
|
| 70 |
+
|
| 71 |
+
<img width="640" src="https://huggingface.co/Vombit/yolov10l_cs2/resolve/main/results.png">
|
| 72 |
|
| 73 |
|
| 74 |
|