isyangshu / MambaMIL

[MICCAI 2024] Official Code for "MambaMIL: Enhancing Long Sequence Modeling with Sequence Reordering in Computational Pathology"
58 stars 5 forks source link

Single WSI in training? #19

Open shubhaminnani opened 3 months ago

shubhaminnani commented 3 months ago

Hi,

Thanks for the amazing work! I was wondering if we have multiple slides per patient, did you drop the the other slides and just use a single slide in training?

How did you handle this?

Did you drop the multiple slides from each case?

https://github.com/isyangshu/MambaMIL/blob/6f578830bdfcbf4a655b6dc9893e51a38c7bbaa1/dataset/dataset_survival.py#L66

https://github.com/isyangshu/MambaMIL/blob/6f578830bdfcbf4a655b6dc9893e51a38c7bbaa1/dataset/dataset_survival.py#L110

Thanks, Shubham