Open Abhishaike opened 5 years ago
Exactly as in the title. For example, if I did pipeline.rotate(probability=0.3, max_left_rotation=5, max_right_rotation=5) Is there any way for me to find out whether that rotation really did happen for an input image?
pipeline.rotate(probability=0.3, max_left_rotation=5, max_right_rotation=5)
Exactly as in the title. For example, if I did
pipeline.rotate(probability=0.3, max_left_rotation=5, max_right_rotation=5)
Is there any way for me to find out whether that rotation really did happen for an input image?