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?
|
patients_df = slide_data.drop_duplicates(['case_id']).copy() |
|
patients_df = slide_data.drop_duplicates(['case_id']) |
Thanks,
Shubham
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?
MambaMIL/dataset/dataset_survival.py
Line 66 in 6f57883
MambaMIL/dataset/dataset_survival.py
Line 110 in 6f57883
Thanks,
Shubham