Fix a typo (#1532)

pull/1534/head
Hiram Foster 2024-04-22 07:51:59 -04:00 committed by GitHub
parent 39ed23fae8
commit 9ecced821b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ class Visualizer(ManagerMixin):
if binary_masks.ndim == 2:
binary_masks = binary_masks[None]
assert img.shape[:2] == binary_masks.shape[
1:], '`binary_marks` must have ' \
1:], '`binary_masks` must have ' \
'the same shape with image'
binary_mask_len = binary_masks.shape[0]