Skip to content

Commit

Permalink
[Dev] add san metafile (#3353)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexinch committed Sep 26, 2023
1 parent ffbc7d7 commit 2b3d91a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
61 changes: 61 additions & 0 deletions configs/san/metafile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
Collections:
- Name: SAN
License: Apache License 2.0
Metadata:
Training Data:
- COCO-Stuff 164k
Paper:
Title: 'Side Adapter Network for Open-Vocabulary Semantic Segmentation'
URL: https://arxiv.org/abs/2302.12242
README: configs/san/README.md
Frameworks:
- PyTorch
Models:
- Name: san-vit-b16_coco-stuff164k-640x640
In Collection: SAN
Results:
Task: Semantic Segmentation
Dataset: COCO-Stuff 164k
Metrics:
mIoU: 41.93
mIoU(ms+flip): 41.77
Config: configs/san/san-vit-b16_coco-stuff164k-640x640.py
Metadata:
Training Data: COCO-Stuff 164k
Batch Size: 16
Architecture:
- SAN
- ViT
Training Resources: 8x V100 GPUS
Memory (GB): 12.61
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/san/san-vit-b16_20230906-fd0a7684.pth
Training log: https://download.openmmlab.com/mmsegmentation/v0.5/san/san-vit-b16_20230906.log
Paper:
Title: 'Side Adapter Network for Open-Vocabulary Semantic Segmentation'
URL: https://arxiv.org/abs/2302.12242
Code: https://github.com/open-mmlab/mmsegmentation/blob/dev-1.x/mmseg/models/decode_heads/san_head.py#L470
Framework: PyTorch
- Name: san-vit-l14_coco-stuff164k-640x640
In Collection: SAN
Results:
Task: Semantic Segmentation
Dataset: COCO-Stuff 164k
Metrics:
mIoU: 45.78
mIoU(ms+flip): 43.99
Config: configs/san/san-vit-l14_coco-stuff164k-640x640.py
Metadata:
Training Data: COCO-Stuff 164k
Batch Size: 16
Architecture:
- SAN
- ViT
Training Resources: 8x V100 GPUS
Memory (GB): 12.61
Weights: https://download.openmmlab.com/mmsegmentation/v0.5/san/san-vit-l14_20230907-a11e098f.pth
Training log: https://download.openmmlab.com/mmsegmentation/v0.5/san/san-vit-l14_20230907.log
Paper:
Title: 'Side Adapter Network for Open-Vocabulary Semantic Segmentation'
URL: https://arxiv.org/abs/2302.12242
Code: https://github.com/open-mmlab/mmsegmentation/blob/dev-1.x/mmseg/models/decode_heads/san_head.py#L470
Framework: PyTorch
1 change: 1 addition & 0 deletions model-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Import:
- configs/psanet/metafile.yaml
- configs/pspnet/metafile.yaml
- configs/resnest/metafile.yaml
- configs/san/metafile.yaml
- configs/segformer/metafile.yaml
- configs/segmenter/metafile.yaml
- configs/segnext/metafile.yaml
Expand Down

0 comments on commit 2b3d91a

Please sign in to comment.