File size: 1,122 Bytes
582db35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "overall_accuracy": 0.9981613891726251,
  "total_samples": 4895,
  "correct": 4886,
  "per_label": {
    "0": {
      "name": "move_to_desk",
      "total": 124,
      "correct": 120,
      "accuracy": 0.967741935483871,
      "misclassified_as": {
        "1": 4
      }
    },
    "1": {
      "name": "place",
      "total": 1895,
      "correct": 1891,
      "accuracy": 0.9978891820580474,
      "misclassified_as": {
        "0": 3,
        "2": 1
      }
    },
    "2": {
      "name": "move_to_bin",
      "total": 534,
      "correct": 533,
      "accuracy": 0.99812734082397,
      "misclassified_as": {
        "3": 1
      }
    },
    "3": {
      "name": "pick_up",
      "total": 2342,
      "correct": 2342,
      "accuracy": 1.0,
      "misclassified_as": {}
    }
  },
  "confusion_matrix": {
    "0": {
      "0": 120,
      "1": 4,
      "2": 0,
      "3": 0
    },
    "1": {
      "0": 3,
      "1": 1891,
      "2": 1,
      "3": 0
    },
    "2": {
      "0": 0,
      "1": 0,
      "2": 533,
      "3": 1
    },
    "3": {
      "0": 0,
      "1": 0,
      "2": 0,
      "3": 2342
    }
  }
}