AMLab-Amsterdam / AttentionDeepMIL

Implementation of Attention-based Deep Multiple Instance Learning in PyTorch
MIT License
833 stars 189 forks source link

What is the number of instances per bag in Breast dataset? #19

Open Luca1236a opened 3 years ago

Luca1236a commented 3 years ago

Hi, In the paper, you said that the breast images are divided into 32x32 patches results in 672 patches per bag. But you also mention that a patch is discarded if it contains 75% or more white pixels. So I wondering do you use a fixed number of patches per bag or it depends? Many thanks.