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
Does that mean the input has to be a list or must it be an array of arrays based on the exampleimg = np.tile(img[None, None], (self.BATCH_SIZE, 1, 1, 1))?
Also is there anyway of augmenting an image with multiple labels such that the input 'seg' is a list of arrays that must be augmented the same way as the image?
Thank you!
The text was updated successfully, but these errors were encountered:
zabboud
changed the title
Bug in augment_mirroring function in spatial_transformations
Data type for both input images and labels
Jul 16, 2022
Does that mean the input has to be a list or must it be an array of arrays based on the example
img = np.tile(img[None, None], (self.BATCH_SIZE, 1, 1, 1))
?Also is there anyway of augmenting an image with multiple labels such that the input 'seg' is a list of arrays that must be augmented the same way as the image?
Thank you!
The text was updated successfully, but these errors were encountered: