Label-changing augmentations #68
|
Hi and thanks for providing FFCV! Looks like a great package which I would be keen to try out. I was just wondering: Is it possible to use image augmentations that also change the label? For example, using random cropping in a segmentation scenario would not only change the image but also the segmentation mask, which would need to be cropped at the same coordinates as the image. Some transformations would affect both image and label (in this case, all geometric ones), others would only affect the image (e.g., color and contrast augmentations). I looked through the examples and API documentation but could figure out a straightforward way to achieve this with FFCV. |
Answered by
GuillaumeLeclerc
Jan 20, 2022
Replies: 1 comment 3 replies
|
Yes, It is possible, we actually have some operations that work this way |
3 replies
Answer selected by
Callidior
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, It is possible, we actually have some operations that work this way
and to a lesser extent