aiweld commited on
Commit
7ccfafd
·
verified ·
1 Parent(s): d832f7c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -11
config.json CHANGED
@@ -7,16 +7,16 @@
7
  "url": "best.pt"
8
  },
9
  "labels": [
10
- "Porosity",
11
- "Slag Inclusion",
12
- "Incomplete Penetration",
13
- "Incomplete Fusion",
14
- "Wormhole",
15
- "Crack",
16
- "IQI",
17
- "Norm",
18
- "Linear Porosity",
19
- "Artifact",
20
- "Weld"
21
  ]
22
  }
 
7
  "url": "best.pt"
8
  },
9
  "labels": [
10
+ { "name": "Porosity" },
11
+ { "name": "Slag Inclusion" },
12
+ { "name": "Incomplete Penetration" },
13
+ { "name": "Incomplete Fusion" },
14
+ { "name": "Wormhole" },
15
+ { "name": "Crack" },
16
+ { "name": "IQI" },
17
+ { "name": "Norm" },
18
+ { "name": "Linear Porosity" },
19
+ { "name": "Artifact" },
20
+ { "name": "Weld" }
21
  ]
22
  }