Leiyi-Hu / mona

The official implementation of "Adapter is All You Need for Tuning Visual Tasks".
52 stars 1 forks source link

where is the mona-related code? #2

Open ydzhang12345 opened 6 months ago

ydzhang12345 commented 6 months ago

Hi,

It's hard to find the mona-related code in the current repo. Any guidance?

Leiyi-Hu commented 6 months ago

Hi, we label mona-related code with mona in the filename or function name, you can find them by mona.

ydzhang12345 commented 6 months ago

Thanks for reply. Can you give an example, e.g. where can i find how the mona-related module added in the network backbone? Simply search mona in the hub does not return any helpful thing.

chandan-wiai commented 4 months ago

One example is this: Swin-Transformer-Semantic-Segmentation/mmseg/models/backbones/swin_transformer_mona.py. Similarly you will find files for classification and object detection.