Update README.md
Browse files
README.md
CHANGED
@@ -1,30 +1,31 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
license: apache-2.0
|
12 |
datasets:
|
13 |
-
|
14 |
pipeline_tag: image-classification
|
15 |
model-index:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
28 |
---
|
29 |
|
30 |
# Surface Defect Detection and Classification Model
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- en
|
4 |
tags:
|
5 |
+
- defect-detection
|
6 |
+
- image-classification
|
7 |
+
- machine-learning
|
8 |
+
- quality-control
|
9 |
+
- ensemble-learning
|
10 |
+
- neural-networks
|
11 |
license: apache-2.0
|
12 |
datasets:
|
13 |
+
- custom_paper_surface_defect
|
14 |
pipeline_tag: image-classification
|
15 |
model-index:
|
16 |
+
- name: Paper Defect Detection
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: image-classification
|
20 |
+
name: Surface Defect Detection
|
21 |
+
metrics:
|
22 |
+
- type: accuracy
|
23 |
+
value: 0.81
|
24 |
+
name: Ensemble Test Accuracy
|
25 |
+
- type: f1
|
26 |
+
value: 0.8
|
27 |
+
name: F1 Score
|
28 |
+
library_name: sklearn
|
29 |
---
|
30 |
|
31 |
# Surface Defect Detection and Classification Model
|