(self)
| 9 | |
| 10 | class Exp(MyExp): |
| 11 | def __init__(self): |
| 12 | super(Exp, self).__init__() |
| 13 | self.depth = 0.33 |
| 14 | self.width = 0.375 |
| 15 | self.scale = (0.5, 1.5) |
| 16 | self.random_size = (10, 20) |
| 17 | self.test_size = (416, 416) |
| 18 | self.exp_name = os.path.split(os.path.realpath(__file__))[1].split(".")[0] |
| 19 | self.enable_mixup = False |
nothing calls this directly
no outgoing calls
no test coverage detected