File size: 1,222 Bytes
71554cf
e4c714e
 
 
1211e91
e4c714e
1211e91
 
 
71554cf
e4c714e
1211e91
e4c714e
1211e91
 
 
 
e4c714e
1211e91
e4c714e
1211e91
e4c714e
1211e91
 
 
 
 
e4c714e
 
 
1211e91
 
e4c714e
1211e91
 
e4c714e
 
 
1211e91
e4c714e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
license: cc-by-nc-4.0
pretty_name: HIM-2K
task_categories:
  - image-segmentation
tags:
  - human-instance-matting
  - alpha-matte
  - matting
---

# HIM-2K

HIM-2K is a human instance matting benchmark introduced in
**"Human Instance Matting via Mutual Guidance and Multi-Instance Refinement"**
(InstMatt, Sun et al., CVPR 2022). Please cite the original authors and respect
the non-commercial (CC BY-NC 4.0) license.

## Schema

One row per image:

- `image` — the RGB photo (`datasets.Image`).
- `mask` — a **list** of per-instance alpha mattes for that image
  (`List(Image(...))`); each element is one human instance alpha, ordered by the
  instance index in the source archive.
- `subset``"comp"` or `"natural"` (matches the split name).

## Splits

- `comp` — 1680 composited images.
- `natural` — 320 natural images.

The `images/natural_wo_gt` portion of the original archive is **excluded** here
because it has no ground-truth alpha mattes.

## Citation

```
@inproceedings{sun2022instmatt,
  title     = {Human Instance Matting via Mutual Guidance and Multi-Instance Refinement},
  author    = {Sun, Yanan and Tang, Chi-Keung and Tai, Yu-Wing},
  booktitle = {CVPR},
  year      = {2022}
}
```