dima806 commited on
Commit
5c3110f
1 Parent(s): 3571763

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -4,4 +4,19 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/tyre-quality-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Retuns tyre quality given a tyre image.
8
+
9
+ See https://www.kaggle.com/code/dima806/tyre-quality-image-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ defective 1.0000 0.9854 0.9926 411
17
+ good 0.9856 1.0000 0.9928 412
18
+
19
+ accuracy 0.9927 823
20
+ macro avg 0.9928 0.9927 0.9927 823
21
+ weighted avg 0.9928 0.9927 0.9927 823
22
+ ```