Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,22 @@ metrics:
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
---
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
---
|
| 7 |
+
Returns wildfire type given an image.
|
| 8 |
+
|
| 9 |
+
See https://www.kaggle.com/code/dima806/wildfire-image-detection-vit for more details.
|
| 10 |
+
|
| 11 |
+
```
|
| 12 |
+
Classification report:
|
| 13 |
+
|
| 14 |
+
precision recall f1-score support
|
| 15 |
+
|
| 16 |
+
Both_smoke_and_fire 0.9623 0.9091 0.9350 253
|
| 17 |
+
Fire_confounding_elements 0.9306 0.8976 0.9138 254
|
| 18 |
+
Forested_areas_without_confounding_elements 0.9215 0.8780 0.8992 254
|
| 19 |
+
Smoke_confounding_elements 0.8370 0.8898 0.8626 254
|
| 20 |
+
Smoke_from_fires 0.8755 0.9409 0.9070 254
|
| 21 |
+
|
| 22 |
+
accuracy 0.9031 1269
|
| 23 |
+
macro avg 0.9054 0.9031 0.9035 1269
|
| 24 |
+
weighted avg 0.9053 0.9031 0.9035 1269
|
| 25 |
+
```
|