轮胎外观检测添加思谋语义分割模型检测工具
C3204
8 天以前 d1444a09d4a4811a9ea7b86cb264d753ef14088c
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
{
  "Nodes": {
    "结束": {
      "Id": "c2383471-d485-4aab-b6d1-6d7f8c1fbd8f",
      "Result": true,
      "Break": false,
      "RunState": 2,
      "NodeType": 3,
      "Text": "结束",
      "Description": "结束",
      "BranchNodes": {
        "结束-Branch0": ""
      },
      "BranchIndex": "0",
      "BranchCondition": null,
      "TimeoutMilliseconds": 60000,
      "X": 370,
      "Y": 241,
      "Width": 100,
      "Height": 40,
      "LeftPoint": "320, 241",
      "RightPoint": "420, 241",
      "BtmPoint": "370, 261",
      "TopPoint": "370, 221"
    },
    "相机取图": {
      "Id": "35fe64ae-4fce-4d12-9f2b-64f813f3946e",
      "Result": true,
      "Break": false,
      "RunState": 2,
      "NodeType": 0,
      "Text": "相机取图",
      "Description": "相机取图",
      "BranchNodes": {
        "相机取图-Branch0": "结束"
      },
      "BranchIndex": "0",
      "BranchCondition": null,
      "TimeoutMilliseconds": 60000,
      "X": 370,
      "Y": 142,
      "Width": 100,
      "Height": 40,
      "LeftPoint": "320, 142",
      "RightPoint": "420, 142",
      "BtmPoint": "370, 162",
      "TopPoint": "370, 122"
    },
    "开始": {
      "Id": "9e1132d8-fb86-4b8c-9398-301c0dbf7c1e",
      "Result": true,
      "Break": false,
      "RunState": 2,
      "NodeType": 2,
      "Text": "开始",
      "Description": "开始",
      "BranchNodes": {
        "开始-Branch0": "相机取图"
      },
      "BranchIndex": "0",
      "BranchCondition": null,
      "TimeoutMilliseconds": 60000,
      "X": 370,
      "Y": 59,
      "Width": 100,
      "Height": 40,
      "LeftPoint": "320, 59",
      "RightPoint": "420, 59",
      "BtmPoint": "370, 79",
      "TopPoint": "370, 39"
    }
  },
  "Connections": {
    "相机取图-Branch0": {
      "Id": "50fc00aa-fb6b-4563-8693-5b546c1ed194",
      "StartNodeId": "35fe64ae-4fce-4d12-9f2b-64f813f3946e",
      "EndNodeId": "c2383471-d485-4aab-b6d1-6d7f8c1fbd8f",
      "BranchIndex": 0,
      "BranchName": "Branch0",
      "IsParallel": false,
      "LineColor": "Black",
      "LineWidth": 2.0,
      "IsDashed": false
    },
    "开始-Branch0": {
      "Id": "c598e460-1a19-4109-a55a-99ccf884ce54",
      "StartNodeId": "9e1132d8-fb86-4b8c-9398-301c0dbf7c1e",
      "EndNodeId": "35fe64ae-4fce-4d12-9f2b-64f813f3946e",
      "BranchIndex": 0,
      "BranchName": "Branch0",
      "IsParallel": false,
      "LineColor": "Black",
      "LineWidth": 2.0,
      "IsDashed": false
    }
  }
}