You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: