Add model card, link to paper
Browse filesThis PR ensures the model can be viewed at https://huggingface.co/papers/2410.06593 and at https://huggingface.co/models?pipeline_tag=image-to-image.
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-to-image
|
3 |
+
tags:
|
4 |
+
- image-matting
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the SeMat models presented in [Towards Natural Image Matting in the Wild via Real-Scenario Prior](https://huggingface.co/papers/2410.06593).
|