Searched refs:plot_rows (Results 1 – 1 of 1) sorted by relevance
279 def visualize_with_bounding_boxes(orig, aug, annot_name="bbox", plot_rows=3): argument305 batch_size = int(len(orig) / plot_rows) # creates batches of images to plot together306 split_point = batch_size * plot_rows310 if len(orig) > plot_rows:320 base_ix = ix * plot_rows # current batch starting index