Datasets:
Dataset init
Browse files- README.md +30 -3
- data/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: image
|
6 |
+
dtype:
|
7 |
+
image:
|
8 |
+
mode: RGB
|
9 |
+
- name: mask
|
10 |
+
dtype:
|
11 |
+
image:
|
12 |
+
mode: L
|
13 |
+
splits:
|
14 |
+
- name: test
|
15 |
+
num_bytes: 123430209
|
16 |
+
num_examples: 120
|
17 |
+
download_size: 118228477
|
18 |
+
dataset_size: 123430209
|
19 |
+
configs:
|
20 |
+
- config_name: default
|
21 |
+
data_files:
|
22 |
+
- split: test
|
23 |
+
path: data/test-*
|
24 |
+
task_categories:
|
25 |
+
- image-segmentation
|
26 |
+
---
|
27 |
+
We created the Finegrain Product Masks Lite dataset to ease benchmarking of background removal models for e-commerce applications.
|
28 |
+
It contains 103 images of common products (50 UGC photos, 28 studio quality lifestyle photos, 25 packshot photos) and 120 pixel perfect masks.
|
29 |
+
|
30 |
+
The Finegrain Products Masks Lite dataset is published under the MIT license. Have fun using it in your projects!
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09523852fe7b22f2f4c356ee209cd5384e18ecefdf512658e95ae1b0c7c42ad3
|
3 |
+
size 118228477
|