mike-silva-fairportrobotics
commited on
Commit
•
c3e3039
1
Parent(s):
e288c51
Update README.md
Browse files
README.md
CHANGED
@@ -14,3 +14,12 @@ tags:
|
|
14 |
## Description
|
15 |
|
16 |
This YOLO v10 small model was trained for FRC competitions. It was to detect the bumper of red and blue robots, and game pieces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
## Description
|
15 |
|
16 |
This YOLO v10 small model was trained for FRC competitions. It was to detect the bumper of red and blue robots, and game pieces.
|
17 |
+
|
18 |
+
## Metrics
|
19 |
+
|
20 |
+
| Class | Images | Instances | Box | R | mAP50 | mAP50-95 |
|
21 |
+
| ---------- | ------- | --------- | ------ | ------| ----- | -------- |
|
22 |
+
| all | 191 | 846 | 0.898 | 0.737 | 0.832 | 0.596 |
|
23 |
+
| red robot | 117 | 176 | 0.913 | 0.830 | 0.909 | 0.703 |
|
24 |
+
| blue robot | 108 | 143 | 0.902 | 0.776 | 0.845 | 0.619 |
|
25 |
+
| game piece | 131 | 527 | 0.879 | 0.606 | 0.743 | 0.467 |
|