Add model card (#1)
Browse files- Add model card (b8cf9e08993c2ef939552cf5c45a051225dce39f)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -2,5 +2,13 @@
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- en
|
5 |
-
pipeline_tag: object-detection
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- en
|
5 |
+
pipeline_tag: zero-shot-object-detection
|
6 |
+
datasets:
|
7 |
+
- allencbzhang/OWIScollection
|
8 |
+
---
|
9 |
+
|
10 |
+
This repository contains the model presented in [v-CLR: View-Consistent Learning for Open-World Instance Segmentation](https://huggingface.co/papers/2504.01383).
|
11 |
+
|
12 |
+
Demo: https://huggingface.co/spaces/allencbzhang/vCLR
|
13 |
+
|
14 |
+
Code: https://github.com/Visual-AI/vCLR
|