MCPcopy Create free account
hub / github.com/EGO4D/episodic-memory / __init__

Method __init__

MQ/Models/BoxCoder.py:7–8  ·  view source on GitHub ↗
(self, opt)

Source from the content-addressed store, hash-verified

5class 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':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected