Home
last modified time | relevance | path

Searched defs:plot_vis (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_bounding_box_augment.py34 def test_bounding_box_augment_with_rotation_op(plot_vis=False): argument
67 def test_bounding_box_augment_with_crop_op(plot_vis=False): argument
100 def test_bounding_box_augment_valid_ratio_c(plot_vis=False): argument
133 def test_bounding_box_augment_op_coco_c(plot_vis=False): argument
154 def test_bounding_box_augment_valid_edge_c(plot_vis=False): argument
Dtest_random_crop_with_bbox.py35 def test_random_crop_with_bbox_op_c(plot_vis=False): argument
58 def test_random_crop_with_bbox_op_coco_c(plot_vis=False): argument
79 def test_random_crop_with_bbox_op2_c(plot_vis=False): argument
113 def test_random_crop_with_bbox_op3_c(plot_vis=False): argument
137 def test_random_crop_with_bbox_op_edge_c(plot_vis=False): argument
Dtest_random_horizontal_flip_with_bbox.py33 def test_random_horizontal_flip_with_bbox_op_c(plot_vis=False): argument
55 def test_random_horizontal_flip_with_bbox_op_coco_c(plot_vis=False): argument
76 def test_random_horizontal_flip_with_bbox_valid_rand_c(plot_vis=False): argument
110 def test_random_horizontal_flip_with_bbox_valid_edge_c(plot_vis=False): argument
Dtest_random_vertical_flip_with_bbox.py34 def test_random_vertical_flip_with_bbox_op_c(plot_vis=False): argument
56 def test_random_vertical_flip_with_bbox_op_coco_c(plot_vis=False): argument
77 def test_random_vertical_flip_with_bbox_op_rand_c(plot_vis=False): argument
110 def test_random_vertical_flip_with_bbox_op_edge_c(plot_vis=False): argument
Dtest_random_resize_with_bbox.py32 def test_random_resize_with_bbox_op_voc_c(plot_vis=False): argument
64 def test_random_resize_with_bbox_op_rand_coco_c(plot_vis=False): argument
98 def test_random_resize_with_bbox_op_edge_c(plot_vis=False): argument
Dtest_resize_with_bbox.py32 def test_resize_with_bbox_op_voc_c(plot_vis=False): argument
59 def test_resize_with_bbox_op_coco_c(plot_vis=False): argument
87 def test_resize_with_bbox_op_edge_c(plot_vis=False): argument
Dtest_random_crop_and_resize_with_bbox.py34 def test_random_resized_crop_with_bbox_op_c(plot_vis=False): argument
68 def test_random_resized_crop_with_bbox_op_coco_c(plot_vis=False): argument
89 def test_random_resized_crop_with_bbox_op_edge_c(plot_vis=False): argument
Dutil.py459 def helper_test_visual_bbox(plot_vis, data1, data2): argument