Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -1,68 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
-
[]()
|
15 |
-
[]()
|
16 |
-
[]()
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|