I cannot output the masks using vis_util.visualize_boxes_and_labels_on_image_array.
It seems that the size of the masks is different from the size of the image
this is the error :
ValueError: The image has spatial dimensions (480, 640) but the mask has dimensions (15, 15)
I cannot output the masks using vis_util.visualize_boxes_and_labels_on_image_array. It seems that the size of the masks is different from the size of the image
this is the error : ValueError: The image has spatial dimensions (480, 640) but the mask has dimensions (15, 15)
here is my code.. please correct it.