Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][Feature] Add ViT-Adapter Model #2762

Merged
merged 17 commits into from
Mar 17, 2023
Prev Previous commit
Next Next commit
merge develop
  • Loading branch information
juncaipeng committed Mar 14, 2023
commit 86a54347b0e7ef48216f47993a8f11b946174877
4 changes: 4 additions & 0 deletions paddleseg/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@
from .topformer import TopFormer
from .rtformer import RTFormer
from .upernet_vit_adapter import UPerNetViTAdapter
from .lpsnet import LPSNet
from .maskformer import MaskFormer
from .segnext import SegNeXt
from .knet import KNet
2 changes: 2 additions & 0 deletions paddleseg/models/backbones/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
from .top_transformer import *
from .uhrnet import *
from .vit_adapter import *
from .hrformer import *
from .mscan import *
You are viewing a condensed version of this merge commit. You can view the full changes here.