Skip to content

Commit 12bc152

Browse files
authored
Fix typo.
1 parent f67627b commit 12bc152

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ python coco_visual.py --vis_num 1 \
218218
"segmentation": [[18.00, 2.99, 105.00, 2.99, 105.00, 89.00, 18.00, 89.00]],
219219
"area": 7482.011,
220220
"iscrowd": 0,
221-
"image_id": 1, # 对应images中的id
222-
"bbox": [18.00, 2.99, 87.00, 86.00], # [x, y, w, h]其中(x,y)是左上角的值,w,h是框的宽和高
223-
"category_id": 1, # 对应categories中的ID
224-
"id": 1 # 唯一区分不同标注实例的编号
221+
"image_id": 1, // 对应images中的id
222+
"bbox": [18.00, 2.99, 87.00, 86.00], // [x, y, w, h]其中(x,y)是左上角的值,w,h是框的宽和高
223+
"category_id": 1, // 对应categories中的ID
224+
"id": 1 // 唯一区分不同标注实例的编号
225225
}, {
226226
"segmentation": [
227227
[126.99, 3.99, 210.99, 3.99, 210.99, 88.99, 126.99, 88.99]

docs/README_en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ python coco_visual.py --vis_num 1 \
221221
"segmentation": [[18.00, 2.99, 105.00, 2.99, 105.00, 89.00, 18.00, 89.00]],
222222
"area": 7482.011,
223223
"iscrowd": 0,
224-
"image_id": 1, # Corresponding to the ID in images
225-
"bbox": [18.00, 2.99, 87.00, 86.00], # [x, y, w, h], (x,y) is the left top point of the box. w,h is the width and height of the box.
226-
"category_id": 1, # Corresponding to the ID in categories.
227-
"id": 1 # Number that uniquely distinguishes different dimension instances
224+
"image_id": 1, // Corresponding to the ID in images
225+
"bbox": [18.00, 2.99, 87.00, 86.00], // [x, y, w, h], (x,y) is the left top point of the box. w,h is the width and height of the box.
226+
"category_id": 1, // Corresponding to the ID in categories.
227+
"id": 1 // Number that uniquely distinguishes different dimension instances
228228
}, {
229229
"segmentation": [
230230
[126.99, 3.99, 210.99, 3.99, 210.99, 88.99, 126.99, 88.99]

0 commit comments

Comments
 (0)