schirrmacher
commited on
Commit
•
b2a4f53
1
Parent(s):
cf9af9f
Upload ./README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -40,9 +40,20 @@ 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 |
-
|
|
|
|
|
|
|
|
|
46 |
|
47 |
- Added more diverse backgrounds (natural landscapes, streets, houses)
|
48 |
- Added more close-up images
|
|
|
|
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 |
+
# Research
|
44 |
+
|
45 |
+
Synthetic datasets have limitations for achieving great segmentation results. This is because artificial lighting, occlusion, scale or backgrounds create a gap between synthetic and real images. A "model trained solely on synthetic data generated with naïve domain randomization struggles to generalize on the real domain", see [PEOPLESANSPEOPLE: A Synthetic Data Generator for Human-Centric Computer Vision (2022)](https://arxiv.org/pdf/2112.09290). However, hybrid training approaches seem to be promising and can even improve segmentation results.
|
46 |
+
|
47 |
+
Currently I am doing research how to close this gap with the resources I have. There are approaches like considering the pose of humans for improving segmentation results, see [Cross-Domain Complementary Learning Using Pose for Multi-Person Part Segmentation (2019)](https://arxiv.org/pdf/1907.05193).
|
48 |
+
|
49 |
# Changelog
|
50 |
|
51 |
+
### 28.05.2024
|
52 |
+
|
53 |
+
- Reduced blur, because it leads to blurred edges in results
|
54 |
+
|
55 |
+
### 26.05.2024
|
56 |
|
57 |
- Added more diverse backgrounds (natural landscapes, streets, houses)
|
58 |
- Added more close-up images
|
59 |
+
- Added shadow augmentation
|