add readme
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
## Dataset for clothes segmentation
|
| 5 |
+

|
| 6 |
+
Based on [iMaterialist Dataset](https://www.kaggle.com/c/imaterialist-fashion-2019-FGVC6/data) with several adjustments:
|
| 7 |
+
1. Filtered images with more than 1 person with no labeled clothes
|
| 8 |
+
2. Compressed number of classes to 8: `'background', 'upperbody', 'upperbody_up', 'lowerbody', 'wholebody', 'wholebody_up', 'shoes', 'accesories'`
|
| 9 |
+
3. Simple structure with 2 folders: images 512x512 in `.jpg` and corresponding segmaps 512x512 in `.npy`
|
| 10 |
+
4. You can find example class and data vizualisation in `dataset.ipynb`
|
| 11 |
+
|
| 12 |
+
If you find any bugs, please contact me on: nestymeee@gmail.com
|