SWHL commited on
Commit
5546ed2
1 Parent(s): d1aa5b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ print(test_data)
33
  数据来源于网络,如侵删。
34
 
35
  #### 数据集标注
36
- - 数据集使用[**labelme**](https://github.com/wkentaro/labelme)标注,下载该数据之后,可直接用[**labelme**](https://github.com/wkentaro/labelme)打开,可视化查看。
37
  - 数据集标注为`json`格式,示例如下:
38
 
39
  ```json
@@ -90,7 +90,7 @@ print(test_data)
90
  "flags": {}
91
  }
92
  ],
93
- "imagePath": "19.png",
94
  "imageData": "xxxxxx",
95
  "imageHeight": 784,
96
  "imageWidth": 613
 
33
  数据来源于网络,如侵删。
34
 
35
  #### 数据集标注
36
+ - 数据集使用[**labelme**](https://github.com/wkentaro/labelme)标注,json格式差别在于`imagePath`字段改写为了`file_name`字段。其余相同。
37
  - 数据集标注为`json`格式,示例如下:
38
 
39
  ```json
 
90
  "flags": {}
91
  }
92
  ],
93
+ "file_name": "19.png",
94
  "imageData": "xxxxxx",
95
  "imageHeight": 784,
96
  "imageWidth": 613