miccaiif / DGMIL

Official PyTorch implementation of our MICCAI 2022 paper: DGMIL: Distribution Guided Multiple Instance Learning for Whole Slide Image Classification.
32 stars 3 forks source link

When will the code be updated? #1

Closed Houwentai closed 1 year ago

Houwentai commented 2 years ago

Thanks for your nice work! When will the code be updated?

hust-linyi commented 2 years ago

Looking forward to your update, cheers!

miccaiif commented 1 year ago

Hello! Main models are uploaded and the original MAE features and distance files are on updating...

FoilHao commented 1 year ago

utils module is imported in pos_score_calculator.py,but there isn't an util.py

Raymvp commented 8 months ago

Hello! Main models are uploaded and the original MAE features and distance files are on updating...

请问现在上传好了吗?

Raymvp commented 8 months ago

utils module is imported in pos_score_calculator.py,but there isn't an util.py Have you solved this problem?

miccaiif commented 8 months ago

utils module is imported in pos_score_calculator.py,but there isn't an util.py

Thank you for raising this question. Due to our oversight, we did not notice this issue. We have now added the utils file.

miccaiif commented 8 months ago

utils module is imported in pos_score_calculator.py,but there isn't an util.py Have you solved this problem?

Thank you for raising this question. Due to our oversight, we did not notice this issue. We have now added the utils file.

miccaiif commented 8 months ago

Hello! Main models are uploaded and the original MAE features and distance files are on updating...

请问现在上传好了吗?

您好,感谢关注!正如readme中提到的,patching的操作您可以参考DSMIL这篇文章的操作(也是我们参考的文章)。由于不同MIL试验的设置不同(例如patch size,scale等),所以需要根据您自己的试验设置进行patching。自监督特征提取您可以参考MAE的官方代码,也有很多已训练好的模型可以使用。完全上传这些所有的feats文件需要大量时间和空间,我们已开源主要和关键的代码模型,readme中的引导和上述引导可以支持复现本工作,再次感谢您的关注!