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
image_masked[mask_selected > 0] = noisy_color[mask_selected > 0]
IndexError: boolean index did not match indexed array along dimension 1; dimension is 640 but corresponding boolean dimension is 28
How could I solve that? Thanks!!
The text was updated successfully, but these errors were encountered:
image_masked[mask_selected > 0] = noisy_color[mask_selected > 0]
IndexError: boolean index did not match indexed array along dimension 1; dimension is 640 but corresponding boolean dimension is 28
How could I solve that? Thanks!!
The text was updated successfully, but these errors were encountered: