nestymeee/filtered-imaterialist
收藏Hugging Face2024-03-10 更新2024-06-22 收录
下载链接:
https://hf-mirror.com/datasets/nestymeee/filtered-imaterialist
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
---
## Dataset for clothes segmentation

Based on [iMaterialist Dataset](https://www.kaggle.com/c/imaterialist-fashion-2019-FGVC6/data) with several adjustments:
1. Filtered images with more than 1 person with no labeled clothes
2. Compressed number of classes to 8: `'background', 'upperbody', 'upperbody_up', 'lowerbody', 'wholebody', 'wholebody_up', 'shoes', 'accesories'`
3. Simple structure with 2 folders: images 512x512 in `.jpg` and corresponding segmaps 512x512 in `.npy`
4. You can find example class and data vizualisation in `dataset.ipynb`
If you find any bugs, please contact me on: nestymeee@gmail.com
提供机构:
nestymeee
原始信息汇总
衣物分割数据集
数据集来源
基于 iMaterialist 数据集 进行了以下调整:
数据集调整
- 过滤了包含多人但未标记衣物的图像。
- 将类别数量压缩至 8 类:
background, upperbody, upperbody_up, lowerbody, wholebody, wholebody_up, shoes, accesories。 - 数据集结构简单,包含两个文件夹:512x512 像素的
.jpg图像和相应的 512x512 像素的.npy分割图。
示例和可视化
数据集示例和数据可视化可在 dataset.ipynb 中找到。



