This is the official repository for our CVPR 2023 paper 'Task-Specific Fine-Tuning via Variational Information Bottleneck for Weakly-Supervised Pathology Whole Slide Image Classification'.
78
stars
14
forks
source link
Incomplete code of class `Whole_Slide_Bag_FP_SAVE` in `extract_topK_ROIs.py` #3
Hello, thank you for your code. However, I met some problem in Stage-2 (wsi-finetuning with topK).
In
extract_topK_ROIs.py
line 88,However, the class
Whole_Slide_Bag_FP_SAVE
doesn't have the keyword argumentselect_idx
. Could you please provide the complete code? Thanks a lot!