cfzd / FcaNet

FcaNet: Frequency Channel Attention Networks
MIT License
508 stars 100 forks source link

get_freq_indices? #8

Closed qiuqiu-lwf closed 3 years ago

qiuqiu-lwf commented 3 years ago

Hello, could you please tell me how to calculate the indices of the three methods in the code?thank you!

emergencyd commented 3 years ago

@qiuqiu-lwf do you know how? I'm trying to modify this to 3D. Thank you!

Asthestarsfalll commented 3 years ago

@qiuqiu-lwf do you know how? I'm trying to modify this to 3D. Thank you!

In the section 4.2, Top-1 accuracies on ImageNet using different frequency components in channel attention individually. the indices are based on this.

aabbccn commented 5 days ago

@qiuqiu-lwf do you know how? I'm trying to modify this to 3D. Thank you!

In the section 4.2, Top-1 accuracies on ImageNet using different frequency components in channel attention individually. the indices are based on this.

请问如果我不使用 ImageNet训练,该如何计算新数据集的 indices呢,还是indices数值是可以复用的