Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 599 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 599 Bytes

AFFNet

AFFNet-Unofficial Implementation

code:https://github.com/NWPU-Li/AFFNet

''' Description:

Author:LL-Version-V1

LastEditTime: 2023-08-23

Description:AFFNet-Pytorch-Unofficial-Implementation

Reference:https://github.com/microsoft/TokenMixers

Original Paper:Adaptive Frequency Filters As Efficient Global Token Mixers, ICCV 2023-https://arxiv.org/abs/2307.14008

'''

AFFNet

python affnet_LL.py

You can change the 'model-mode' by modifying the "config:model.classification.affnet.mode". There are three options to choose, ie. ["xx_small", "x_small", "small"].