Add model card
#1
by
nielsr
HF Staff
- opened
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
|