taoyang1122 / adapt-image-models

[ICLR'23] AIM: Adapting Image Models for Efficient Video Action Recognition
Apache License 2.0
278 stars 21 forks source link

swin2d_base.py and swin2d_adapter_base.py #18

Open XiudingCai opened 1 year ago

XiudingCai commented 1 year ago

What is the difference between the swin2d_base.py and swin2d_adapter_base.py files in the configs folder?

taoyang1122 commented 1 year ago

Hi, swin2d_base.py is for baseline 2D swin transformer. swin2d_adapter_base.py is for our method that adds adapter to swin2d.