Tomoyuki Suzuki
commited on
Commit
·
a1d8a38
1
Parent(s):
e364026
Update README with badges and project description
Browse files
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
|
|
@@ -42,4 +51,4 @@ The original BiRefNet is released under the [MIT license](https://huggingface.co
|
|
| 42 |
booktitle={ICCV},
|
| 43 |
year={2025}
|
| 44 |
}
|
| 45 |
-
```
|
|
|
|
| 11 |
|
| 12 |
## LayerD BiRefNet Matting Module
|
| 13 |
|
| 14 |
+
<div align="left">
|
| 15 |
+
|
| 16 |
+
[](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 |
+

|
| 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
|
|
|
|
| 51 |
booktitle={ICCV},
|
| 52 |
year={2025}
|
| 53 |
}
|
| 54 |
+
```
|