wentaozhu / deep-mil-for-whole-mammogram-classification

Zhu, Wentao, Qi Lou, Yeeleng Scott Vang, and Xiaohui Xie. "Deep Multi-instance Networks with Sparse Label Assignment for Whole Mammogram Classification." MICCAI 2017.
MIT License
113 stars 36 forks source link

extractdreamdata() is not defined #16

Closed Nicholasli1995 closed 5 years ago

Nicholasli1995 commented 5 years ago

It seems the related code for usedream and data augmentation is not included. The following function ends up in error. def loaddata(fold, totalfold, usedream=True, aug=True):

wentaozhu commented 5 years ago

Because i do not have the dream data. If you have the additional data, you may set it as true and debug yourself. Good luck!

lixinHUST commented 1 year ago

Excuse me, what is the dream data?

Because i do not have the dream data. If you have the additional data, you may set it as true and debug yourself. Good luck!