dima806 commited on
Commit
fdda57c
1 Parent(s): 4618ad9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -4,4 +4,20 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/full-flat-tyre-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Check whether the tyre is flat given an image.
8
+
9
+ See https://www.kaggle.com/code/dima806/full-flat-tyre-image-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ flat 1.0000 1.0000 1.0000 60
17
+ no-tire 1.0000 1.0000 1.0000 60
18
+ full 1.0000 1.0000 1.0000 60
19
+
20
+ accuracy 1.0000 180
21
+ macro avg 1.0000 1.0000 1.0000 180
22
+ weighted avg 1.0000 1.0000 1.0000 180
23
+ ```