gujiuxiang / MIL.pytorch

PyTorch implementation of Multiple-instance learning
117 stars 29 forks source link

Is this actually multiple instance learning? #10

Open amirhfarzaneh opened 6 years ago

amirhfarzaneh commented 6 years ago

I thought the idea of multiple instance learning is to create bags of instances. I don't see you doing such a thing in your code? It seems to me that it's only multi-label classification for single images.