Vladimir Iglovikov
Vladimir Iglovikov
Do you have an image that these transforms fail on?
I did a few changes recently in these transforms, hence it could be a bug, but I cannot figure out the issue from the error in the UltraLutics output.
Do you know the exact image it fails on?
I need minimal example to reproduce the issue, till then let's assume that it is on the side of UltraLytics, The may be more helpful: https://github.com/ultralytics/ultralytics
Did you try albumentations version 1.4.21 ?
Interesting use case. We may assume that self.p is always in the `[0, 1]` range as it it forced by Pydantic in the constructor. You also need to check that...
When you use reflection padding, you may expect that the number of keypoints will go up, as new points are added in the padded regions.
This will address: https://github.com/albumentations-team/albumentations/pull/1577 https://github.com/albumentations-team/albumentations/pull/1396
Addressed in https://github.com/albumentations-team/albumentations/pull/1906
As there is demand, let's reopen this as a Feature request