Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 07de5a8

Browse files
authored
Update README.MD
1 parent 11867b9 commit 07de5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The repo contains official PyTorch Implementation of paper [Language-driven Sema
1414

1515
We present LSeg, a novel model for language-driven semantic image segmentation. LSeg uses a text encoder to compute embeddings of descriptive input labels (e.g., ''grass'' or 'building'') together with a transformer-based image encoder that computes dense per-pixel embeddings of the input image. The image encoder is trained with a contrastive objective to align pixel embeddings to the text embedding of the corresponding semantic class. The text embeddings provide a flexible label representation in which semantically similar labels map to similar regions in the embedding space (e.g., ''cat'' and ''furry''). This allows LSeg to generalize to previously unseen categories at test time, without retraining or even requiring a single additional training sample. We demonstrate that our approach achieves highly competitive zero-shot performance compared to existing zero- and few-shot semantic segmentation methods, and even matches the accuracy of traditional segmentation algorithms when a fixed label set is provided.
1616

17-
Please check our [Video Demo]() to further showcase the capabilities of LSeg.
17+
Please check our [Video Demo](https://www.youtube.com/watch?v=bmU75rsmv6s) to further showcase the capabilities of LSeg.
1818

1919
## Usage
2020
### Installation

0 commit comments

Comments
 (0)