AMLab-Amsterdam / AttentionDeepMIL

Implementation of Attention-based Deep Multiple Instance Learning in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Luca1236a opened this issue · comments

commented

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.