gdurkin commited on
Commit
2e5c93b
·
verified ·
1 Parent(s): f4c1e27

Update README with YAML on main (homepage card)

Browse files
Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -26,9 +26,9 @@ model-index:
26
  type: gdurkin/fire_risk_properties
27
  metrics:
28
  - type: mean_iou
29
- value: null
30
  - type: fw_iou
31
- value: null
32
  ---
33
 
34
  # Fire-risk Superbuckets Mask2Former (fine-tuned)
@@ -36,10 +36,31 @@ model-index:
36
  **Base:** `gdurkin/cdl_mask2former_v3_mspc`
37
  **Labels:** ['background', 'road_paved', 'dirt_gravel', 'grass_dry', 'grass_healthy', 'vegetation', 'water', 'building_all']
38
 
39
- This repo hosts a Mask2Former model fine-tuned on NAIP 512×512 chips for wildfire-related landcover "superbuckets."
40
 
41
  - **Checkpoint source:** `gdurkin/cali_fire_risk@best-20250920_160245`
42
- - **Export time:** 2025-09-20 16:30:43Z
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  ## Usage
45
 
 
26
  type: gdurkin/fire_risk_properties
27
  metrics:
28
  - type: mean_iou
29
+ value: 0.460028
30
  - type: fw_iou
31
+ value: 0.580636
32
  ---
33
 
34
  # Fire-risk Superbuckets Mask2Former (fine-tuned)
 
36
  **Base:** `gdurkin/cdl_mask2former_v3_mspc`
37
  **Labels:** ['background', 'road_paved', 'dirt_gravel', 'grass_dry', 'grass_healthy', 'vegetation', 'water', 'building_all']
38
 
39
+ This repo hosts a Mask2Former model fine-tuned on NAIP 512×512 chips for wildfire-related landcover superbuckets.
40
 
41
  - **Checkpoint source:** `gdurkin/cali_fire_risk@best-20250920_160245`
42
+ - **Export time:** 2025-09-20 16:40:47Z
43
+
44
+ ## Evaluation
45
+
46
+ - **mIoU:** 0.4600
47
+ - **FWIoU (frequency-weighted IoU):** 0.5806
48
+
49
+ *FWIoU* is the mean IoU weighted by each class's pixel frequency: sum_c f_c * IoU_c.
50
+ It emphasizes overall pixelwise accuracy while still penalizing mistakes.
51
+
52
+ ### Per-class IoU
53
+
54
+ | id | label | IoU | support |
55
+ |---:|:------|----:|--------:|
56
+ | 0 | background | 0.0000 | 172666 |
57
+ | 1 | road_paved | 0.6855 | 80261762 |
58
+ | 2 | dirt_gravel | 0.3848 | 57473062 |
59
+ | 3 | grass_dry | 0.2654 | 22281420 |
60
+ | 4 | grass_healthy | 0.4975 | 40281607 |
61
+ | 5 | vegetation | 0.6658 | 47722088 |
62
+ | 6 | water | 0.4366 | 3090841 |
63
+ | 7 | building_all | 0.7445 | 59095050 |
64
 
65
  ## Usage
66