jparedesDS commited on
Commit
362800b
1 Parent(s): cbbb11a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -2,23 +2,28 @@
2
  language:
3
  - en
4
  - es
5
- base_model: jameslahm/yolov10s
 
6
  tags:
7
  - GAMES
8
- - COUNTER
9
- - STRIKE
10
  - COUNTER STRIKE2
11
  - CS2
 
 
12
  - OBJECT DETECTION
13
  - YOLO
14
  - YOLOV10
15
  - YOLOV10S
16
- - VIDEOGAMES
17
  ---
18
  # Counter Strike 2 players detector
19
 
20
  ### Supported Labels
21
- [ "none", "ct_body", "ct_head", "t_body", "t_head" ]
 
 
 
 
 
22
 
23
  ### models
24
  YOLOv10s
@@ -55,5 +60,5 @@ YOLOv10s summary (fused): 293 layers, 8,038,056 parameters, 0 gradients, 24.5 GF
55
  t_head 62 74 0.938 0.973 0.984 0.728
56
  ```
57
 
58
- # others models Counter Strike 2 YOLOv10m
59
  https://huggingface.co/ChitoParedes/cs2-yolov10m
 
2
  language:
3
  - en
4
  - es
5
+ base_model:
6
+ - jameslahm/yolov10s
7
  tags:
8
  - GAMES
 
 
9
  - COUNTER STRIKE2
10
  - CS2
11
+ - VIDEOGAMES
12
+ - CS
13
  - OBJECT DETECTION
14
  - YOLO
15
  - YOLOV10
16
  - YOLOV10S
 
17
  ---
18
  # Counter Strike 2 players detector
19
 
20
  ### Supported Labels
21
+ train: ../train/images
22
+ val: ../valid/images
23
+ test: ../test/images
24
+
25
+ nc: 4
26
+ names: ['CT', 'CT_head', 'T', 'T_head']
27
 
28
  ### models
29
  YOLOv10s
 
60
  t_head 62 74 0.938 0.973 0.984 0.728
61
  ```
62
 
63
+ # Others models Counter Strike 2 YOLOv10m Object Detection
64
  https://huggingface.co/ChitoParedes/cs2-yolov10m