Home
last modified time | relevance | path

Searched refs:preprocess_fn (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/
Ddataset.py33 def preprocess_fn(image, box, is_training): function
302 compose_map_func = (lambda image, annotation: preprocess_fn(image, annotation, is_training))
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/
Ddataset.py295 def preprocess_fn(image, box, is_training, config): function
467 …compose_map_func = (lambda image, annotation: preprocess_fn(image, annotation, is_training, config…
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dtransforms.py433 def preprocess_fn(image, box, config, input_size, device_num): function
504 img, anno = preprocess_fn(img, anno, self.config, input_size, self.device_num)