owl10 nielsr HF Staff commited on
Commit
99662f6
·
verified ·
1 Parent(s): 86adb7a

Improve model card: add pipeline tag and library_name (#1)

Browse files

- Improve model card: add pipeline tag and library_name (9126e094bccc8c11139b22dd3058ab0cfc9fee81)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
+ library_name: detectron2
5
+ ---
6
+
7
+ This repository contains the weights for the Mask-Adapter model, as described in the paper [Mask-Adapter: The Devil is in the Masks for Open-Vocabulary Segmentation](https://hf.co/papers/2412.04533).
8
+
9
+ For more details, including code, installation instructions, and usage examples, please visit the [GitHub repository](https://github.com/hustvl/MaskAdapter).