File size: 1,624 Bytes
fa92561
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
  "fuseg": {
    "train": {
      "n_images": 610,
      "n_labels": 610
    },
    "val": {
      "n_images": 400,
      "n_labels": 400
    },
    "test": {
      "n_images": 0,
      "n_labels": "N/A"
    }
  },
  "azh": {
    "Train": {
      "BG": 75,
      "diabetic": 139,
      "no wound": 75,
      "pressure": 100,
      "surgical": 122,
      "venous": 185
    },
    "Test": {
      "BG": 25,
      "diabetic": 46,
      "no wound": 25,
      "pressure": 34,
      "surgical": 42,
      "venous": 62
    }
  },
  "medetec": {
    "diabetic": 47,
    "pressure": 170,
    "toes": 34,
    "venous": 133
  },
  "unified_class_counts": {
    "no_wound": 200,
    "diabetic": 266,
    "pressure": 304,
    "surgical": 164,
    "venous": 380
  },
  "fuseg_empty_masks": {
    "train": {
      "empty": 10,
      "total": 610,
      "wound": 600
    },
    "val": {
      "empty": 14,
      "total": 400,
      "wound": 386
    }
  },
  "image_dimensions": {
    "FUSeg": {
      "widths_summary": {
        "min": 512,
        "max": 512,
        "mean": 512.0
      },
      "heights_summary": {
        "min": 512,
        "max": 512,
        "mean": 512.0
      }
    },
    "AZH": {
      "widths_summary": {
        "min": 61,
        "max": 2391,
        "mean": 217.215
      },
      "heights_summary": {
        "min": 67,
        "max": 2391,
        "mean": 221.715
      }
    },
    "Medetec": {
      "widths_summary": {
        "min": 102,
        "max": 154,
        "mean": 152.31
      },
      "heights_summary": {
        "min": 99,
        "max": 154,
        "mean": 115.075
      }
    }
  }
}