open-mmlab / mmfashion

Open-source toolbox for visual fashion analysis based on PyTorch
https://open-mmlab.github.io/
Apache License 2.0
1.27k stars 283 forks source link

Why the clothes in the data set are mainly women's clothing? #79

Closed LinghaoChan closed 4 years ago

LinghaoChan commented 4 years ago

I downloaded the dataset from Onedrive. However, I find that most images are mainly women's clothing.

veralauee commented 4 years ago

We used DeepFashion dataset. While the bias in the dataset cannot be handled by directly implementation our codebase.

LinghaoChan commented 4 years ago

We used DeepFashion dataset. While the bias in the dataset cannot be handled by directly implementation our codebase.

Does it say that there is actually a lack of mens' clothes in the dataset?

veralauee commented 4 years ago

You can directly check the DeepFashion dataset. However, I don't think the dataset lacks men's clothes, just women's clothers are more than men's.

veralauee commented 4 years ago

closed since no activity.