Tomoyuki Suzuki commited on
Commit
fe17805
·
1 Parent(s): 47b38e4

Add teaser image

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -11,10 +11,19 @@ pipeline_tag: image-segmentation
11
 
12
  ## LayerD BiRefNet Matting Module
13
 
 
 
 
 
 
 
 
14
  This repository contains the code and model weights for the matting module in [LayerD [ICCV'25]](https://arxiv.org/abs/), a layer decomposition framework for graphic design images.
15
- The model in this repository is intended to be used as a part of the original [LayerD github repository](https://github.com/CyberAgentAILab/LayerD).
16
  Please visit https://github.com/CyberAgentAILab/LayerD for more information.
17
 
 
 
18
  The model architecture code is based on the [BiRefNet repository](https://huggingface.co/ZhengPeng7/BiRefNet). We thank the authors for releasing their high-quality matting model.
19
 
20
  ### Usage
 
11
 
12
  ## LayerD BiRefNet Matting Module
13
 
14
+ <div align="left">
15
+
16
+ [![arxiv paper](https://img.shields.io/badge/arxiv-paper-orange)](https://arxiv.org/abs/)
17
+ <a href='https://cyberagentailab.github.io/LayerD/'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
18
+
19
+ </div>
20
+
21
  This repository contains the code and model weights for the matting module in [LayerD [ICCV'25]](https://arxiv.org/abs/), a layer decomposition framework for graphic design images.
22
+ The model in this repository is **intended to be used as a part of the original [LayerD github repository](https://github.com/CyberAgentAILab/LayerD)**.
23
  Please visit https://github.com/CyberAgentAILab/LayerD for more information.
24
 
25
+ ![teaser](./teaser.png)
26
+
27
  The model architecture code is based on the [BiRefNet repository](https://huggingface.co/ZhengPeng7/BiRefNet). We thank the authors for releasing their high-quality matting model.
28
 
29
  ### Usage