Skip to content

Commit 688da0c

Browse files
committed
Changed the value of label_width to 600 to handle full coco dataset
1 parent d619e96 commit 688da0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_amazon_algorithms/object_detection_pascalvoc_coco/object_detection_image_json_format.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
" overlap_threshold=0.5,\n",
428428
" nms_threshold=0.45,\n",
429429
" image_shape=512,\n",
430-
" label_width=350,\n",
430+
" label_width=600,\n",
431431
" num_training_samples=4452)"
432432
]
433433
},

0 commit comments

Comments
 (0)