轮胎外观检测添加思谋语义分割模型检测工具
C3204
7 天以前 8826196fc78ceb9c327d3abf7f2f2cf06dabb5df
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
{
  "inputs": [
    {
      "name": "输入格式",
      "index": 0,
      "value": "Bitmap"
    },
    {
      "name": "输出格式",
      "index": 1,
      "value": "HObject"
    },
    {
      "name": "是否后处理",
      "index": 2,
      "value": true
    },
    {
      "name": "后处理格式",
      "index": 3,
      "value": "Gray"
    },
    {
      "name": "斜率",
      "index": 4,
      "value": 1.0
    },
    {
      "name": "截距",
      "index": 5,
      "value": 0.0
    }
  ],
  "outputs": [
    {
      "name": "ConvertImage",
      "index": 0,
      "value": null
    }
  ],
  "fixture": {
    "x": 0.0,
    "y": 0.0,
    "phi": 0.0,
    "strName": "",
    "column": 0.0,
    "row": 0.0,
    "angle": 0.0
  },
  "roi": {
    "Type": "ROI"
  }
}