Searched refs:batch_bbox_true_2 (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | transforms.py | 521 …preprocess_true_box(annos, config, input_shape, result_index, batch_bbox_true_1, batch_bbox_true_2, argument 531 batch_bbox_true_2[result_index + i] = bbox_true_2 542 batch_bbox_true_2 = [] 553 batch_bbox_true_2.append(None) 560 … args=(step_anno, config, input_shape, index, batch_bbox_true_1, batch_bbox_true_2, 568 return np.array(batch_bbox_true_1), np.array(batch_bbox_true_2), np.array(batch_bbox_true_3), \ 575 batch_bbox_true_2 = [] 586 batch_bbox_true_2.append(bbox_true_2) 592 return np.array(batch_bbox_true_1), np.array(batch_bbox_true_2), np.array(batch_bbox_true_3), \
|