for irow in range(5, 10): print("-"*30) check_object_in_grid_anchor_pair(irow) plot_image_with_grid_cell_partition(irow) plot_grid(irow) plt.show()