-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
In dataloader.py when preparing rotated images
rotated_imgs = [
self.transform(img0),
self.transform(rotate_img(img0, 90)),
self.transform(rotate_img(img0, 180)),
self.transform(rotate_img(img0, 270))
]
the following error arises.
ValueError: some of the strides of a given numpy array are negative. This is currently not supported, but will be added in future releases.
How to solve this error?
sreenamadhu, Pengyujiao, ku21fan and 07Agarg
Metadata
Metadata
Assignees
Labels
No labels