schirrmacher
commited on
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -7,22 +7,21 @@ pretty_name: Human Segmentation Dataset
|
|
7 |
|
8 |
# Human Segmentation Dataset
|
9 |
|
10 |
-
[>>> Download Here <<<](https://drive.google.com/drive/folders/1K1lK6nSoaQ7PLta-bcfol3XSGZA1b9nt?usp=drive_link)
|
11 |
|
12 |
This dataset was created **for developing the best fully open-source background remover** of images with humans. It was crafted with [LayerDiffuse](https://github.com/layerdiffusion/LayerDiffuse), a Stable Diffusion extension for generating transparent images.
|
13 |
|
14 |
-
The dataset covers a diverse set of humans: various skin tones, clothes, hair styles etc.
|
15 |
-
Since Stable Diffusion is not perfect, the dataset contains images with flaws. Still the dataset is good enough for training background remover models.
|
16 |
|
17 |
-
It contains transparent images of humans (`/humans`) which are randomly combined with backgrounds (`/backgrounds`)
|
18 |
|
19 |
I created more than 5.000 images with people and more than 5.000 diverse backgrounds.
|
20 |
|
21 |
# Create Training Dataset
|
22 |
|
23 |
-
|
24 |
|
25 |
-
|
26 |
|
27 |
```
|
28 |
./create_dataset.sh
|
@@ -39,9 +38,11 @@ Here you can see an augmented image and the resulting ground truth:
|
|
39 |
|
40 |
If you identify weaknesses in the data, please contact me.
|
41 |
|
42 |
-
I had some trouble with the Hugging Face file upload.
|
43 |
|
44 |
# Changelog
|
45 |
|
|
|
|
|
46 |
- Added more diverse backgrounds (natural landscapes, streets, houses)
|
47 |
- Added more close-up images
|
|
|
7 |
|
8 |
# Human Segmentation Dataset
|
9 |
|
10 |
+
[>>> Download Here <<<](https://drive.google.com/drive/folders/1K1lK6nSoaQ7PLta-bcfol3XSGZA1b9nt?usp=drive_link)
|
11 |
|
12 |
This dataset was created **for developing the best fully open-source background remover** of images with humans. It was crafted with [LayerDiffuse](https://github.com/layerdiffusion/LayerDiffuse), a Stable Diffusion extension for generating transparent images.
|
13 |
|
14 |
+
The dataset covers a diverse set of segmented humans: various skin tones, clothes, hair styles etc. Since Stable Diffusion is not perfect, the dataset contains images with flaws. Still the dataset is good enough for training background remover models.
|
|
|
15 |
|
16 |
+
It contains transparent images of humans (`/humans`) which are randomly combined with backgrounds (`/backgrounds`) with an augmentation script.
|
17 |
|
18 |
I created more than 5.000 images with people and more than 5.000 diverse backgrounds.
|
19 |
|
20 |
# Create Training Dataset
|
21 |
|
22 |
+
1. [Download human segmentations and backgrounds](https://drive.google.com/drive/folders/1K1lK6nSoaQ7PLta-bcfol3XSGZA1b9nt?usp=drive_link)
|
23 |
|
24 |
+
2. Execute the following script creates augmented training and validation data:
|
25 |
|
26 |
```
|
27 |
./create_dataset.sh
|
|
|
38 |
|
39 |
If you identify weaknesses in the data, please contact me.
|
40 |
|
41 |
+
I had some trouble with the Hugging Face file upload. This is why you can find the data here: [Google Drive](https://drive.google.com/drive/folders/1K1lK6nSoaQ7PLta-bcfol3XSGZA1b9nt?usp=drive_link).
|
42 |
|
43 |
# Changelog
|
44 |
|
45 |
+
26.05.2024
|
46 |
+
|
47 |
- Added more diverse backgrounds (natural landscapes, streets, houses)
|
48 |
- Added more close-up images
|