TotalDropout/more flexible Lambda #1490
AndrewAnnex
started this conversation in
Ideas
Replies: 1 comment
-
Try to inheriting from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have more flexibility in what kinds of Lambda transforms are allowed in the library. In particular, I want to be able to do something like imgaug's TotalDropout where the image is returned as all zeros and all bboxes are deleted. I attempted to use the Lambda transform directly, but end up with an error with the apply_to_bbox/apply_to_bboxes functions. I think there should be a way to allow for dropping any and all labels.
Beta Was this translation helpful? Give feedback.
All reactions