↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, dilation=1)
huawei/DIGIX2020校园大赛图像检索/modeling/resnet_csail.py:170
↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, dilate=False)
tianchi/CVPR2021-PIC-Challenge/networks/resnet.py:184
↓ 4 callersFunctionnon_max_suppressionPerforms Non-Maximum Suppression (NMS) on inference results
Returns:
detections with shape: nx6 (x1, y1, x2, y2, conf, cls)
tianchi/2021-Guangdong-Competition/yolov5/utils/utils.py:543
↓ 4 callersMethodpredict(self, inputs, tf_nms=False, agnostic_nms=False, topk_per_class=100, topk_all=100, iou_thres=0.45,
else/Chick-Counting/detect/models/tf.py:343