Text Generation
Transformers
PyTorch
llava
nielsr HF Staff commited on
Commit
16f3da5
·
verified ·
1 Parent(s): 85c1572

Add metadata, link to paper

Browse files

This PR improves the model card by adding relevant metadata, including the `pipeline_tag` (so it can be found at https://huggingface.co/models?pipeline_tag=video-segmentation) and the correct `library_name`. It also ensures the model is linked to the paper.

Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: video-segmentation
5
+ ---
6
+
7
+ # GLUS: Global-Local Reasoning Unified into A Single Large Language Model for Video Segmentation
8
+
9
+ This repository contains the model described in the paper [GLUS: Global-Local Reasoning Unified into A Single Large Language Model for Video Segmentation](https://arxiv.org/abs/2504.07962).
10
+
11
+ GLUS utilizes global-local reasoning to combine holistic video understanding with detailed frames understanding for video segmentation. It unifies methods of memory bank, object contrastive learning and key frame selection to tackle the problems of mask inconsistency and object obfuscation.
12
+
13
+ Project page: https://glus-video.github.io/
14
+
15
+ Code: https://github.com/GLUS-video/GLUS