File size: 2,043 Bytes
412c852
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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