Skip to content

Commit

Permalink
Update nuclei_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthoule authored Mar 28, 2019
1 parent 7da1be0 commit 86024f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion large_scale_training_testing/data/nuclei_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def maybe_preprocess(config, data_path, sample_path=None):
for filename in fnmatch.filter(filenames, 'image0_*.png'):
png_paths.append(os.path.join(root, filename))

png_paths = png_paths[::2];
print("[*] Preprocessing real `nuclei` data...")

real_images = []
Expand Down

0 comments on commit 86024f7

Please sign in to comment.