HiLab-git / CDMA

offical code for: Semi-supervised Pathological Image Segmentation via Cross Distillation of Multiple Attentions. MICCAI 2023.
47 stars 4 forks source link

from train_baseline import get_files_redistribution, get_val_WSI_loader #10

Open giulliabraga opened 2 months ago

giulliabraga commented 2 months ago

Hello! First of all, thank you for making your project available, it is fantastic :)

I have encountered an issue though: from train_baseline import get_files_redistribution, get_val_WSI_loader grants me a "ModuleNotFoundError: No module named 'train_baseline'". This import is happening on "train_CDMA_Plus.py", and I believe train_baseline is a .py file that has these functions, am I correct? Unfortunately, even browsing through your former commits I could not find it, and I'm pretty sure it's not a python package either. Could you help me with that? Thank you!

lanfz2000 commented 2 months ago

sorry about that, I will update the code.