allencbzhang nielsr HF Staff commited on
Commit
81ef0d5
·
verified ·
1 Parent(s): 7bfb080

Add model card (#1)

Browse files

- Add model card (b8cf9e08993c2ef939552cf5c45a051225dce39f)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +10 -2
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