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
When training models with MaskedImages, OutOfMaskSampleErrors may be thrown. Therefore, we should either warn about training with MaskedImage, or implicitly convert to Image using as_unmasked(copy=False).
The text was updated successfully, but these errors were encountered:
As a note about this - Menpo now throws a warning when you attempt to warp without a 1-1 correspondence between masked images. It throws an OutOfMaskSampleError which may already be solving this issue. However, perhaps we should still raise a warning when MaskedImages are passed into training?
When training models with
MaskedImage
s,OutOfMaskSampleError
s may be thrown. Therefore, we should either warn about training withMaskedImage
, or implicitly convert toImage
usingas_unmasked(copy=False)
.The text was updated successfully, but these errors were encountered: