-
Hi,
I have seen the CLAM was trained and Evaluated over Camelyon16 and 17 challenge. Can you give more insight on how the data was combined, what was the number of ITC, Macro, Micro and Negative in…
-
Hello!
Thank you for the great repo!
I was wondering if you recommend a way to save the patches file with just the coords. I am only using the coordinates for my project and the images take up…
-
Thank you for open-sourcing the code of the paper. While I am trying to use your program to segment the CAMELYON17 dataset, I noticed that the stitches of a lot of slides contain large amounts of arti…
-
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…