Searched refs:image_input_size (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | transforms.py | 370 def _data_aug(image, box, jitter, hue, sat, val, image_input_size, max_boxes, argument 385 input_h, input_w = image_input_size 444 image_input_size=input_size, max_boxes=max_boxes,
|