File size: 612 Bytes
0ccd9f5
 
 
 
 
0d3fda0
 
0ccd9f5
962e755
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: apache-2.0
metrics:
- accuracy
- f1
base_model:
- google/vit-base-patch16-224-in21k
---
Check whether there is a surface crack given surface image.

See https://www.kaggle.com/code/dima806/surface-crack-image-detection-vit for more details.

```
Classification report:

              precision    recall  f1-score   support

    Positive     0.9988    0.9995    0.9991      4000
    Negative     0.9995    0.9988    0.9991      4000

    accuracy                         0.9991      8000
   macro avg     0.9991    0.9991    0.9991      8000
weighted avg     0.9991    0.9991    0.9991      8000
```