Home
last modified time | relevance | path

Searched refs:_preprocess_true_boxes (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dtransforms.py135 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/
Ddataset.py44 def _preprocess_true_boxes(true_boxes, anchors, in_shape=None): function
230 _preprocess_true_boxes(box_data, anchors, image_size)