Skip to content
Snippets Groups Projects
Commit 2e90d76e authored by tomrink's avatar tomrink
Browse files

minor

parent 0a9dd73f
No related branches found
No related tags found
No related merge requests found
......@@ -189,11 +189,11 @@ def run(data_h5f, label_h5f, data_tiles, label_tiles, mod_tile_width=64, kernel_
num_keep_x_tiles = 1
# i_skip = 3 * mod_tile_width
i_skip = 1
j_skip = 2 * mod_tile_width
j_skip = 1 * mod_tile_width
#i_start = int(mod_num_pixels / 2) - int((num_keep_x_tiles * 3 * mod_tile_width) / 2)
i_start = int(mod_num_pixels / 2) - int((mod_tile_width) / 2)
num_keep_y_tiles = 48
num_keep_y_tiles = 96
for j in range(num_keep_y_tiles):
j_c = j * j_skip
j_m = j_c + border
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment