Searched refs:_data_aug (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/ |
D | dataset.py | 139 …def _data_aug(image, box, is_training, jitter=0.3, hue=0.1, sat=1.5, val=1.5, image_size=(352, 640… function 236 … images, bbox_1, bbox_2, bbox_3, _, gt_box1, gt_box2, gt_box3 = _data_aug(image, box, is_training) 239 images, shape, anno = _data_aug(image, box, is_training)
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/ |
D | dataset.py | 310 def _data_aug(image, box, is_training): function 347 return _data_aug(image, box, is_training)
|
/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, function 443 image, anno = _data_aug(image, box, jitter=jitter, hue=hue, sat=sat, val=val,
|