DeepFashion
Apparel detection using deep learning
Install / Use
/learn @abhishekrana/DeepFashionREADME
DEEP FASHION
Setup Environment
# Virtual environment (optional)
sudo apt install -y virtualenv
# Tensorflow (optional)
sudo apt-get install python-pip python-dev python-virtualenv # for Python 2.7
virtualenv --system-site-packages tensorflow121_py27_gpu # for Python 2.7
source tensorflow121_py27_gpu/bin/activate
pip install --upgrade tensorflow-gpu # for Python 2.7 and GPU
# Dependencies
sudo apt install -y python-tk
pip install -r requirements.txt
Download DeepFashion Dataset
# http://mmlab.ie.cuhk.edu.hk/projects/DeepFashion/AttributePrediction.html
./dataset_download.sh
# The directory structure after downloading and extracting dataset:
# fashion_data/
# ---Anno
# ------list_attr_cloth.txt
# ------list_attr_img.txt
# ------list_bbox.txt
# ------list_category_cloth.txt
# ------list_category_img.txt
# ------list_landmarks.txt
# ---Eval
# ------list_eval_partition.txt
# ---Img
# ------img
Create Dataset
# For images in fashion_data, apply selective search algo to find ROI/bounding boxes. Crop and copy these ROI inside dataset
python dataset_create.py
Train
python train.py
Predict
python predict.py
Misc
dataset - Contains images used for training, validation and testing.
output - Contains trained weights and bottleneck features.
logs - Contains logs and events used by tensorboard.
MODEL
-> Classification Head (Categories)
InputImage -> VGG16 + Layers --
-> Regression Head (Confidnence in the Classification head prediction)
RESULTS

Acknowledgment
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
