Datasets:
Training Data
commited on
Commit
·
56e4881
1
Parent(s):
e262996
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- code
|
| 9 |
+
- finance
|
| 10 |
---
|
| 11 |
+
# Face segmentation
|
| 12 |
+
An example of a dataset that we've collected for a photo edit App. The dataset includes 20 selfies of people (man and women) in segmentation masks and their visualisations.
|
| 13 |
+
|
| 14 |
+
# File with the extension .csv
|
| 15 |
+
includes the following information for each media file:
|
| 16 |
+
|
| 17 |
+
- **Image**: the link to access the media file
|
| 18 |
+
- **Mask**: the link to access the segmentation mask for the Image
|
| 19 |
+
|
| 20 |
+
# The folder "images"
|
| 21 |
+
Contains the original selfies of people.
|
| 22 |
+
|
| 23 |
+
# The folder "masks"
|
| 24 |
+
Includes segmentation masks for the photos:
|
| 25 |
+
- corresponding to the images in the previous folder
|
| 26 |
+
- identified by the same file names.
|
| 27 |
+
|
| 28 |
+
**How it works**: *go to the "masks" folder and make sure that the file "1.png" is a segmentation mask of the selfi, created for the photo "1.png" in the "images" folder.*
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
This sample is an example of a dataset that we create on demand in Training Data https://trainingdata.pro/ specifically for your task.
|
| 33 |
+
To get a consultion and order a pilot project, please contact our sales team by submitting a request on our website or emaling us at [email protected]
|