NMS YOLO

xc = prediction[:, 4:mi].amax(1) > conf_thres # candidates

    xc = prediction[:, 4:mi].amax(1) > conf_thres  # candidates

你可能感兴趣的:(AI论文写作,YOLO)