Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,27 @@
|
|
2 |
tags:
|
3 |
- pytorch_model_hub_mixin
|
4 |
- model_hub_mixin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- pytorch_model_hub_mixin
|
4 |
- model_hub_mixin
|
5 |
+
datasets:
|
6 |
+
- chuonghm/MaGGIe-HIM
|
7 |
+
metrics:
|
8 |
+
- mse
|
9 |
+
- sad
|
10 |
+
- mad
|
11 |
+
- conn
|
12 |
+
- grad
|
13 |
+
- dtssd
|
14 |
+
- messddt
|
15 |
+
pipeline_tag: image-segmentation
|
16 |
---
|
17 |
|
18 |
+
# MaGGIe: Mask Guided Gradual Human Instance Matting
|
19 |
+
|
20 |
+
[[Project Page](https://maggie-matt.github.io/)] [[Code](https://github.com/hmchuong/MaGGIe)]
|
21 |
+
|
22 |
+
*Weights for Instance-awareness alpha human matting with binary mask guidance for images and video*
|
23 |
+
|
24 |
+
**Accepted at CVPR 2024**
|
25 |
+
|
26 |
+
**[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/)**
|
27 |
+
|
28 |
+
Work is a part of Summer Internship 2023 at [Adobe Research](https://research.adobe.com/)
|