Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,6 @@ tags:
|
|
| 10 |
- guidance matting
|
| 11 |
- human matting
|
| 12 |
pretty_name: MaGGIe - Human Instance Image and Video Matting
|
| 13 |
-
arxiv: arxiv.org/abs/2404.16035
|
| 14 |
---
|
| 15 |
<img src="maggie.png" alt="maggie" width="128"/>
|
| 16 |
|
|
@@ -24,4 +23,16 @@ arxiv: arxiv.org/abs/2404.16035
|
|
| 24 |
|
| 25 |
**[Chuong Huynh](https://hmchuong.github.io/), [Seoung Wug Oh](https://sites.google.com/view/seoungwugoh/), [Abhinav Shrivastava](https://www.cs.umd.edu/~abhinav/), [Joon-Young Lee](https://joonyoung-cv.github.io/)**
|
| 26 |
|
| 27 |
-
Work is a part of Summer Internship 2023 at [Adobe Research](https://research.adobe.com/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- guidance matting
|
| 11 |
- human matting
|
| 12 |
pretty_name: MaGGIe - Human Instance Image and Video Matting
|
|
|
|
| 13 |
---
|
| 14 |
<img src="maggie.png" alt="maggie" width="128"/>
|
| 15 |
|
|
|
|
| 23 |
|
| 24 |
**[Chuong Huynh](https://hmchuong.github.io/), [Seoung Wug Oh](https://sites.google.com/view/seoungwugoh/), [Abhinav Shrivastava](https://www.cs.umd.edu/~abhinav/), [Joon-Young Lee](https://joonyoung-cv.github.io/)**
|
| 25 |
|
| 26 |
+
Work is a part of Summer Internship 2023 at [Adobe Research](https://research.adobe.com/)
|
| 27 |
+
|
| 28 |
+
## Citation
|
| 29 |
+
|
| 30 |
+
If you find MaGGIe useful in your research, please cite the following paper:
|
| 31 |
+
```latex
|
| 32 |
+
@article{chuonghm_maggie,
|
| 33 |
+
author = {Chuong Huynh and Seoung Wug Oh and and Abhinav Shrivastava and Joon-Young Lee},
|
| 34 |
+
title = {MaGGIe: Masked Guided Gradual Human Instance Matting},
|
| 35 |
+
journal = {arXiv:2404.16035},
|
| 36 |
+
year = {2024}
|
| 37 |
+
}
|
| 38 |
+
```
|