Correct pipeline tag and add library name, link to project page and Github repo
Browse filesThis PR corrects the `pipeline_tag` to `object-detection` and adds the `library_name` as `transformers` because the model utilizes the transformers library.
It also adds links to the project page and Github repo.
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
pipeline_tag:
|
|
|
4 |
---
|
5 |
|
6 |
-
This repository contains the model described in [Your ViT is Secretly an Image Segmentation Model](https://huggingface.co/papers/2503.19108).
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: object-detection
|
4 |
+
library_name: transformers
|
5 |
---
|
6 |
|
7 |
+
This repository contains the model described in [Your ViT is Secretly an Image Segmentation Model](https://huggingface.co/papers/2503.19108).
|
8 |
+
|
9 |
+
Project page: https://www.tue-mps.org/eomt/
|
10 |
+
|
11 |
+
Github repository: https://github.com/tue-mps/eomt
|