dima806 commited on
Commit
962e755
·
verified ·
1 Parent(s): 3d9fa67

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/surface-crack-image-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Check whether there is a surface crack given surface image.
8
+
9
+ See https://www.kaggle.com/code/dima806/surface-crack-image-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ Positive 0.9988 0.9995 0.9991 4000
17
+ Negative 0.9995 0.9988 0.9991 4000
18
+
19
+ accuracy 0.9991 8000
20
+ macro avg 0.9991 0.9991 0.9991 8000
21
+ weighted avg 0.9991 0.9991 0.9991 8000
22
+ ```