Skip to content

Commit e5d00b2

Browse files
authored
Merge pull request aws#337 from xzhou33/master
Changed the value of label_width to 600 to handle full coco dataset
2 parents f214f6a + 688da0c commit e5d00b2

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
@@ -453,7 +453,7 @@
453453
" overlap_threshold=0.5,\n",
454454
" nms_threshold=0.45,\n",
455455
" image_shape=512,\n",
456-
" label_width=350,\n",
456+
" label_width=600,\n",
457457
" num_training_samples=4452)"
458458
]
459459
},

0 commit comments

Comments
 (0)