(self, img, target)
| 569 | self.eraser = T.RandomErasing(*args, **kwargs) |
| 570 | |
| 571 | def __call__(self, img, target): |
| 572 | return self.eraser(img), target |
| 573 | |
| 574 | |
| 575 | class MotRandomErasing(RandomErasing): |
nothing calls this directly
no outgoing calls
no test coverage detected