CSRA
CSRA copied to clipboard
Official code of ICCV2021 paper "Residual Attention: A Simple but Effective Method for Multi-Label Recognition"
really appreciate your help!
Hi, I have two questions: First : Why didn't you use K Fold Cross Validation? Second : What is the reason use different learning rate for classifier? Is it for...
I'm trying to implement CSRA using MobileNet as the backbone, but I'm running into some troubles. This is kind of related to #5. First of all, from the paper it...
Hi, thanks for your excellent work! But I'm confused of the detail about baseline-model settings in your paper. Take training resnet-101 without cutmix on coco2014 as an example: With the...
Hi Kevinz, thanks for your awesome work. I want to know whether you plan to release the weights of VIT that finetuned on the MSCOCO dataset?
Hello, by combining the code and your paper, I have the following questions(about vit_ csra): In the code, the class token is not used in the input of the last...
Hello, how to use CSRA in vit? There is no specific information in the paper?
Hi Kevinz, thanks for your awesome work. I'd like to do a visual analysis to get a better understanding of the CSRA. Could you please give me some advice on...
Can I using this repo for dataset with Partial-label?
Using your provided val model to val.py ,why? main.py including test.file,the test result means the real results or the test results was produced by val.py? I am waiting for your...