Searched refs:_preprocess_true_boxes (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | transforms.py | 135 def _preprocess_true_boxes(true_boxes, anchors, in_shape, num_classes, function 507 … _preprocess_true_boxes(true_boxes=anno, anchors=self.anchor_scales, in_shape=img.shape[0:2], 527 … _preprocess_true_boxes(true_boxes=anno, anchors=config.anchor_scales, in_shape=input_shape, 582 … _preprocess_true_boxes(true_boxes=anno, anchors=config.anchor_scales, in_shape=input_shape,
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/ |
D | dataset.py | 44 def _preprocess_true_boxes(true_boxes, anchors, in_shape=None): function 230 _preprocess_true_boxes(box_data, anchors, image_size)
|