indexError with draw_entity_boxes_on_image
#9
by
SrikanthChellappa
- opened
IndexError: too many indices for array: array is 2-dimensional, but 3 were indexed on line 244, in draw_entity_boxes_on_image
image = np.array(image)[:, :, [2, 1, 0]]