Kevinz-code / CSRA

Official code of ICCV2021 paper "Residual Attention: A Simple but Effective Method for Multi-Label Recognition"
GNU Affero General Public License v3.0
210 stars 37 forks source link

Partial-label #12

Open nhathoang0110 opened 2 years ago

nhathoang0110 commented 2 years ago

Can I using this repo for dataset with Partial-label?

Kevinz-code commented 2 years ago

Hi, Thanks for reading.

Actually, partial-label dataset are those with a candidate label set for each image, such as CIFAR-partial label dataset. These datasets usually contain one object class in a image, which are different from multi-label's architectures.

I'm not sure how the performance will be like in this different setting. Still, you can try to add our CSRA module as long as the label annotations are well-defined.

Best,