Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -36,6 +36,14 @@ Transparent object matting dataset introduced in **TransMatting: Enhancing Trans
|
|
| 36 |
|
| 37 |
Contains 460 transparent foreground images with corresponding alpha mattes. Foregrounds are composited onto background images to generate training/test pairs.
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
## Dataset Structure
|
| 40 |
|
| 41 |
```
|
|
@@ -98,14 +106,6 @@ alpha_map = test_sample["alpha"]
|
|
| 98 |
trimap_map = test_sample["trimap"]
|
| 99 |
```
|
| 100 |
|
| 101 |
-
## Dataset Preview
|
| 102 |
-
|
| 103 |
-
### Sample — Test set (`al-soot-1Q5LHnMalOM-unsplash`)
|
| 104 |
-
|
| 105 |
-
| Foreground (fg) | Alpha Matte | Trimap |
|
| 106 |
-
|:-:|:-:|:-:|
|
| 107 |
-
|  |  |  |
|
| 108 |
-
|
| 109 |
## License
|
| 110 |
|
| 111 |
**Non-commercial research use only.**
|
|
|
|
| 36 |
|
| 37 |
Contains 460 transparent foreground images with corresponding alpha mattes. Foregrounds are composited onto background images to generate training/test pairs.
|
| 38 |
|
| 39 |
+
## Dataset Preview
|
| 40 |
+
|
| 41 |
+
### Sample — Test set (`al-soot-1Q5LHnMalOM-unsplash`)
|
| 42 |
+
|
| 43 |
+
| Foreground (fg) | Alpha Matte | Trimap |
|
| 44 |
+
|:-:|:-:|:-:|
|
| 45 |
+
|  |  |  |
|
| 46 |
+
|
| 47 |
## Dataset Structure
|
| 48 |
|
| 49 |
```
|
|
|
|
| 106 |
trimap_map = test_sample["trimap"]
|
| 107 |
```
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
## License
|
| 110 |
|
| 111 |
**Non-commercial research use only.**
|