Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/dataset/
Dutil.py279 def visualize_with_bounding_boxes(orig, aug, annot_name="bbox", plot_rows=3): argument
305 batch_size = int(len(orig) / plot_rows) # creates batches of images to plot together
306 split_point = batch_size * plot_rows
310 if len(orig) > plot_rows:
320 base_ix = ix * plot_rows # current batch starting index