mike-silva-fairportrobotics commited on
Commit
18e0ada
·
verified ·
1 Parent(s): d0885c3

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: gpl
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl
3
+ ---
4
+ # Rock Paper Scissors Object Detection Model
5
+
6
+ **Created by FRC Team 578**
7
+
8
+ ## Description
9
+
10
+ This YOLO v10 small model was trained fr educational purposes only. It is used to illustrate to students how an object detection model works. It was trained for 10 epochs.
11
+
12
+ ## Training Data
13
+
14
+ The model trained on 100 images found online. No augmentation of the images were preformed.
15
+
16
+ ## Metrics
17
+
18
+ | Class | Images | Instances | Box | R | mAP50 | mAP50-95 |
19
+ | -------- | ------- | --------- | ------ | ------| ----- | -------- |
20
+ | all | 100 | 260 | 0.917 | 0.795 | 0.925 | 0.735 |
21
+ | rock | 69 | 84 | 0.875 | 0.835 | 0.924 | 0.728 |
22
+ | paper | 56 | 65 | 0.899 | 0.815 | 0.909 | 0.721 |
23
+ | scissors | 88 | 111 | 0.976 | 0.736 | 0.943 | 0.755 |