-
Hi Sam, sorry I am not totally clear about your question, are you saying you already have the tiles (presumably stored in some standard image format like .jpg or .png) and are wondering how you might …
-
I trird to run the create_patches.py file using the command from the readme.
**python create_patches.py --source dataset_lung --save_dir new --patch_size 256 --seg --patch --stitch**
but always …
-
Hi,
I am trying to run your code. But when I run create_patch.py I get error "division by zero" on line 201 that is -> seg_times /= total
I checked the value for total from line 92-98
mask = df['p…
-
Going through the code, I see the batch size isn't an argument for the code. I later found out that the batch size is hard-coded to be 1. This seems like an odd choice. Why can't the batch size be hig…