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

Add model card

Browse files

This PR ensures the model can be viewed at https://huggingface.co/papers/2504.01383.

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