LGS-Mercy commited on
Commit
0ad8e4f
·
1 Parent(s): 43ef096

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -16,6 +16,8 @@ The solar-transformer model is designed to process EL images and predict the eff
16
 
17
  The solar-transformer model achieves state-of-the-art performance on the EL image dataset, with an accuracy of 91.7% on a classfication test. (defective or functional)
18
 
 
 
19
  ELPV-Monocystalline
20
  | Model | Recall | Precision | F1-Score |
21
  |---|---|---|---|
@@ -29,6 +31,7 @@ ELPV-Polycystalline
29
  | Lumi-T | 0.9116 | 0.9509 | 0.9289 |
30
  | VGG-19 | 0.8462 | 0.8729 | 0.8462 |
31
  | ResNet-50 | 0.8269 | 0.8601 | 0.7951 |
 
32
  ELPV-Overall
33
  | Model | Recall | Precision | F1-Score |
34
  |---|---|---|---|
@@ -36,7 +39,6 @@ ELPV-Overall
36
  | VGG-19 | 0.8552 | 0.8552 | 0.7885 |
37
  | ResNet-50 | 0.8049 | 0.8476 | 0.8049 |
38
 
39
-
40
  ELPV-Transfer Learning (Monocrystalline to Polycrystalline)
41
  | Model | F1-Score |
42
  |---|---|
 
16
 
17
  The solar-transformer model achieves state-of-the-art performance on the EL image dataset, with an accuracy of 91.7% on a classfication test. (defective or functional)
18
 
19
+ ELPV dataset link:https://paperswithcode.com/dataset/elpv
20
+
21
  ELPV-Monocystalline
22
  | Model | Recall | Precision | F1-Score |
23
  |---|---|---|---|
 
31
  | Lumi-T | 0.9116 | 0.9509 | 0.9289 |
32
  | VGG-19 | 0.8462 | 0.8729 | 0.8462 |
33
  | ResNet-50 | 0.8269 | 0.8601 | 0.7951 |
34
+
35
  ELPV-Overall
36
  | Model | Recall | Precision | F1-Score |
37
  |---|---|---|---|
 
39
  | VGG-19 | 0.8552 | 0.8552 | 0.7885 |
40
  | ResNet-50 | 0.8049 | 0.8476 | 0.8049 |
41
 
 
42
  ELPV-Transfer Learning (Monocrystalline to Polycrystalline)
43
  | Model | F1-Score |
44
  |---|---|