Rabia Ali
Results
2
issues of
Rabia Ali
video read methods are not working. I have the following error AttributeError: module 'cv2.cv2' has no attribute 'createOptFlow_DualTVL1' How to fix this?
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...