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

multi-class solution #5

Closed FoilHao closed 1 year ago

FoilHao commented 1 year ago

Thank you for your greate work! Is it possible to implement this method on multi-class classification task?

HardworkingLittlequ commented 1 year ago

Hello! Thanks for your attention! Currently, dealing with multi-class classification problems, you can transform them into multiple binary problems to solve.