add-teaser (#3)
Browse files- Add teaser image with Git LFS support (e364026fa0802b921734ec089ea9a9487d1efff6)
- Update README with badges and project description (a1d8a383cf2461254fce05cae9fb34bb3b66cb7d)
- .gitattributes +1 -0
- README.md +11 -2
- teaser.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
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 |
+
```
|
teaser.png
ADDED
|
Git LFS Details
|