wondervictor commited on
Commit
06f6111
Β·
verified Β·
1 Parent(s): ba4c371

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -67
README.md CHANGED
@@ -1,68 +1,12 @@
1
- # MaskAdapter
2
- <div align ="center">
3
- <img src="./assets/logo.jpeg" width="20%">
4
- <h1> Mask-Adapter </h1>
5
- <h3> Mask-Adapter: The Devil is in the Masks for Open-Vocabulary Segmentation </h3>
 
 
 
 
 
 
6
 
7
- YongKang Li<sup>1,\*</sup>, [Tianheng Cheng](https://scholar.google.com/citations?user=PH8rJHYAAAAJ&hl=zh-CN)<sup>1,\*</sup>, [Wenyu Liu](http://eic.hust.edu.cn/professor/liuwenyu)<sup>1</sup>, [Xinggang Wang](https://xwcv.github.io/)<sup>1,πŸ“§</sup>
8
-
9
- <sup>1</sup> Huazhong University of Science and Technology,
10
-
11
-
12
- (\* equal contribution, πŸ“§ corresponding author)
13
-
14
- [![arxiv paper](https://img.shields.io/badge/arXiv-Paper-red)]()
15
- [![checkpoints](https://img.shields.io/badge/HuggingFace-πŸ€—-orange)]()
16
- [![πŸ€— HuggingFace Demo](https://img.shields.io/badge/Mask_Adapter-πŸ€—_HF_Demo-orange)]()
17
-
18
- </div>
19
-
20
-
21
- <div align="center">
22
- <img src="./assets/main_fig.png">
23
- </div>
24
-
25
- ## Highlights
26
-
27
- * Mask-Adapter is a simple yet remarkably effective method and can be seamlessly integrated into open-vocabulary segmentation methods, e.g., [FC-CLIP](https://github.com/bytedance/fc-clip) and [MAFT-Plus](https://github.com/jiaosiyu1999/MAFT-Plus), to tackle the existing bottlenecks.
28
-
29
- * Mask-Adapter effectively extends to SAM without training, achieving impressive results across multiple open-vocabulary segmentation benchmarks.
30
-
31
- ## Updates
32
- - [x] Release code
33
- - [x] Release weights
34
- - [x] Release demo with SAM-2πŸ‘‰ [πŸ€— Mask-Adapter]()
35
- - [ ] Release weights training with addtional data
36
-
37
-
38
- ## Installation
39
- Please follow [installation](INSTALL.md).
40
-
41
- ## Getting Started
42
-
43
- See [Preparing Datasets for Mask-Adapter](datasets/README.md).Following [FC-CLIP](https://github.com/bytedance/fc-clip) and [MAFT-Plus](https://github.com/jiaosiyu1999/MAFT-Plus) to prepare datasets.
44
-
45
- See [Getting Started with Mask-Adapter](GETTING_STARTED.md).
46
-
47
-
48
-
49
- ## <a name="Citing Mask-Adapter"></a>Citing Mask-Adapter
50
-
51
- If you use Mask-Adapter in your research, please use the following BibTeX entry.
52
-
53
- ```BibTeX
54
-
55
- ```
56
-
57
- ## Acknowledgement
58
-
59
- [Mask2Former](https://github.com/facebookresearch/Mask2Former)
60
-
61
- [ODISE](https://github.com/NVlabs/ODISE)
62
-
63
- [FC-CLIP](https://github.com/bytedance/fc-clip)
64
-
65
- [MAFTP](https://github.com/jiaosiyu1999/MAFT-Plus)
66
-
67
- [SAM](https://github.com/facebookresearch/segment-anything)
68
- # MaskAdapter
 
1
+ ---
2
+ license: mit
3
+ title: Mask-Adapter
4
+ sdk: gradio
5
+ emoji: πŸš€
6
+ colorFrom: purple
7
+ colorTo: pink
8
+ python_version: 3.10
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12