ma-xu / SPANet

Codes of "SPANet: Spatial Pyramid Attention Network for Enhanced Image Recognition"
23 stars 6 forks source link

SPANet #1

Open yytang25 opened 4 years ago

yytang25 commented 4 years ago

hello,can you tell me where is the SPANet? I can't find it.

ma-xu commented 4 years ago

Thanks for the interest in this work. SPP is the SPA-A in the paper, P-SPP is SPA-B, C-P-SPP is SPA-C. The model is renamed in the paper, however, the code is not updated. If necessary, i can re-organize the code for better understanding. It won't be a heavy work.

yytang25 commented 4 years ago

Thanks for the interest in this work. SPP is the SPA-A in the paper, P-SPP is SPA-B, C-P-SPP is SPA-C. The model is renamed in the paper, however, the code is not updated. If necessary, i can re-organize the code for better understanding. It won't be a heavy work.

Thank you very much for your reply and I found it.