Skip to content

Commit 368115a

Browse files
author
Xinlei Chen
committed
2 parents 5638fc7 + f221eb4 commit 368115a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/roi_data_layer/minibatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_minibatch(roidb, num_classes):
4646
gt_boxes[:, 4] = roidb[0]['gt_classes'][gt_inds]
4747
blobs['gt_boxes'] = gt_boxes
4848
blobs['im_info'] = np.array(
49-
[[im_blob.shape[1], im_blob.shape[2], im_scales[0]]],
49+
[im_blob.shape[1], im_blob.shape[2], im_scales[0]],
5050
dtype=np.float32)
5151

5252
return blobs

0 commit comments

Comments
 (0)