↓ 4 callersMethod_make_layer(self, block, planes, blocks, groups, reduction, stride=1,
downsample_kernel_size=1, downs
layers/senet.py:326
↓ 1 callersFunctionintersect We resize both tensors to [A,B,2] without new malloc: [A,2] -> [A,1,2] -> [A,B,2] [B,2] -> [1,B,2] -> [A,B,2] Then we compute the area of
utils/box_utils.py:34
↓ 1 callersMethodloadNumpyAnnotations Convert result data from a numpy array [Nx7] where each row contains {imageID,x1,y1,w,h,score,class} :param data (numpy.ndarray)
utils/pycocotools/coco.py:377