File size: 327 Bytes
6b57b64
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The metadata.json have struct as:


```json
{
  "data": [
	[{"input_image": [], "groundtruth": []}],
	[{"input_image": [], "groundtruth": []}],
	...
  ],
  "confuse": [], # list of image path not have rigth format
  "false": [], # list of folder path not have right format ex: data_temp\14\1303 Doylin Dr, Cary, NC\ex 22
}
```