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
mask = imresize(255 * mask, (self.mask_size, self.mask_size), mode='constant')
in the coco.py line 281, in there should use 255.0, when use a integer, the following mask will be a 0 matrix.
The text was updated successfully, but these errors were encountered:
mask = imresize(255 * mask, (self.mask_size, self.mask_size), mode='constant')
in the coco.py line 281, in there should use 255.0, when use a integer, the following mask will be a 0 matrix.
The text was updated successfully, but these errors were encountered: