-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perspective Transformations #393
Comments
Yes, that overview page is very out of date and misses like half of all augmenters... |
emm... I got clip_out_of_image() to solve the problem above |
I found clip_out_of_image() can only clip one polygon to another one,the problem is concave polygon after clip might divide into more than one polygon:P |
|
Check out this PR #452, it's already merged into pip install git+https://github.com/aleju/imgaug and do this: iaa.PerspectiveTransform(scale=(0.075, 0.1), fit_output=True, mode='constant', cval=0) |
Perspectie transformations seems to be available, but not listed at https://imgaug.readthedocs.io/en/latest/source/augmenters.html
The text was updated successfully, but these errors were encountered: