Skip to content
Snippets Groups Projects
Commit 823df891 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent f4dc032f
Branches
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ def run_all(directory, out_directory, day_night='ANY', start=10):
if len(data_train_tiles) == 0 and len(data_valid_tiles) == 0:
continue
if (f_cnt % 10) == 0:
if (f_cnt % 5) == 0:
num_valid_samples = 0
if len(data_valid_tiles) > 0:
data_valid = np.stack(data_valid_tiles)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment