davidclara commited on
Commit
6b4598a
·
verified ·
1 Parent(s): 1692730

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. unetpp/config.json +4 -4
unetpp/config.json CHANGED
@@ -24,13 +24,13 @@
24
  "Road"
25
  ],
26
  "thresholds": {
27
- "River": 0.6500000000000001,
28
  "Forest": 0.05,
29
- "Lake": 0.9000000000000001,
30
- "Wetland": 0.9500000000000001,
31
  "Stream": 0.3,
32
  "Building": 0.45,
33
- "Road": 0.6500000000000001
34
  },
35
  "patch_size": 512
36
  }
 
24
  "Road"
25
  ],
26
  "thresholds": {
27
+ "River": 0.65,
28
  "Forest": 0.05,
29
+ "Lake": 0.9,
30
+ "Wetland": 0.95,
31
  "Stream": 0.3,
32
  "Building": 0.45,
33
+ "Road": 0.65
34
  },
35
  "patch_size": 512
36
  }