↓ 3 callersMethodgenerate_cell_anchor(self,base_size=16,ratios=[0.5,1.,2.],scales=2**np.arange(3,6),rect=cfg.ANCHOR.rect)
lib/core/anchor/anchor.py:21
↓ 1 callersFunctionbox_to_point
:param boxes: [n,x,y,x,y]
:return: [4n,x,y]
lib/dataset/augmentor/augmentation.py:50
↓ 1 callersMethodforward(self,inputs,boxes,labels,l2_regulation,training_flag,with_loss=True)
lib/core/model/net/ssd.py:42