GitMup

Results 2 issues of GitMup

Hi There, I've annotated an RGB image to use as training data to improve prediction in our area. To this end I am using the shapefile_to_annotations function which I expected...

bug
API

Using A.Affine like so: ``` def get_transform(augment) -> A.Compose or ToTensorV2: """This is the new transform""" if augment: transform = A.Compose( [ A.Affine(rotate=(-180, 180), rotate_method="ellipse", p=0.60, mode=cv2.BORDER_REFLECT_101), ToTensorV2(), ], bbox_params=A.BboxParams(format="pascal_voc",...

Feature Request
API