(self, opt)
| 5 | class BoxCoder(object): |
| 6 | |
| 7 | def __init__(self, opt): |
| 8 | self.cfg = opt |
| 9 | |
| 10 | def encode(self, gt_boxes, anchors): |
| 11 | if False: #self.cfg.MODEL.ATSS.REGRESSION_TYPE == 'POINT': |
nothing calls this directly
no outgoing calls
no test coverage detected