cvlab-stonybrook/PathLDM

need guidance

Opened this issue · 2 comments

Hello, author. You mentioned in #23 that I didn't use real training images, but I still don't understand. I noticed you referred to 12 million images. Could you please tell me where I can find them?Or where in the code can I view the import of data? I have checked the TCGADataset in tumor_til_in_text.py, as well as the DataModuleFromConfig in main.py

See #4 . We uploaded the h5 file to Drive, which contains TCGA BRCA patches at 10x magnification.

Hello, thank you for the work.

Could you provide the code you used to encode the images and prepare .npz and .hdf5 files? I'd like to prepare my custom dataset following the same approach you used.