Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,59 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- jonathan-roberts1/NWPU-RESISC45
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- jonathan-roberts1/NWPU-RESISC45
|
5 |
+
---
|
6 |
+
|
7 |
+
```py
|
8 |
+
Classification Report:
|
9 |
+
precision recall f1-score support
|
10 |
+
|
11 |
+
airplane 0.9830 0.9900 0.9865 700
|
12 |
+
airport 0.9461 0.9529 0.9495 700
|
13 |
+
baseball diamond 0.9802 0.9886 0.9844 700
|
14 |
+
basketball court 0.9516 0.9271 0.9392 700
|
15 |
+
beach 0.9914 0.9900 0.9907 700
|
16 |
+
bridge 0.9730 0.9771 0.9751 700
|
17 |
+
chaparral 0.9957 0.9986 0.9971 700
|
18 |
+
church 0.7949 0.8971 0.8430 700
|
19 |
+
circular farmland 0.9914 0.9914 0.9914 700
|
20 |
+
cloud 0.9957 0.9871 0.9914 700
|
21 |
+
commercial area 0.9231 0.8229 0.8701 700
|
22 |
+
dense residential 0.9355 0.8914 0.9129 700
|
23 |
+
desert 0.9821 0.9414 0.9613 700
|
24 |
+
forest 0.9652 0.9514 0.9583 700
|
25 |
+
freeway 0.9344 0.9571 0.9457 700
|
26 |
+
golf course 0.9759 0.9843 0.9801 700
|
27 |
+
ground track field 0.9623 0.9857 0.9739 700
|
28 |
+
harbor 0.9885 0.9843 0.9864 700
|
29 |
+
industrial area 0.9505 0.9043 0.9268 700
|
30 |
+
intersection 0.9855 0.9686 0.9769 700
|
31 |
+
island 0.9871 0.9829 0.9850 700
|
32 |
+
lake 0.9440 0.9629 0.9533 700
|
33 |
+
meadow 0.9564 0.9400 0.9481 700
|
34 |
+
medium residential 0.8602 0.9314 0.8944 700
|
35 |
+
mobile home park 0.9610 0.9500 0.9555 700
|
36 |
+
mountain 0.9388 0.9429 0.9408 700
|
37 |
+
overpass 0.9614 0.9614 0.9614 700
|
38 |
+
palace 0.8455 0.8286 0.8369 700
|
39 |
+
parking lot 0.9899 0.9757 0.9827 700
|
40 |
+
railway 0.9407 0.9071 0.9236 700
|
41 |
+
railway station 0.9104 0.9143 0.9123 700
|
42 |
+
rectangular farmland 0.9572 0.9271 0.9419 700
|
43 |
+
river 0.9281 0.9586 0.9431 700
|
44 |
+
roundabout 0.9914 0.9871 0.9893 700
|
45 |
+
runway 0.9669 0.9586 0.9627 700
|
46 |
+
sea ice 0.9957 0.9943 0.9950 700
|
47 |
+
ship 0.9558 0.9886 0.9719 700
|
48 |
+
snowberg 0.9886 0.9900 0.9893 700
|
49 |
+
sparse residential 0.9238 0.9700 0.9463 700
|
50 |
+
stadium 0.9716 0.9757 0.9736 700
|
51 |
+
storage tank 0.9787 0.9829 0.9808 700
|
52 |
+
tennis court 0.9326 0.9486 0.9405 700
|
53 |
+
terrace 0.9372 0.9586 0.9477 700
|
54 |
+
thermal power station 0.9482 0.9671 0.9576 700
|
55 |
+
wetland 0.9444 0.8986 0.9209 700
|
56 |
+
|
57 |
+
accuracy 0.9532 31500
|
58 |
+
macro avg 0.9538 0.9532 0.9532 31500
|
59 |
+
weighted avg 0.9538 0.9532 0.9532 31500
|
60 |
+
```
|