Skip to content

FashionVeil: fashion apparel dataset with occlusion level annotations for clothes and accessories

License

Notifications You must be signed in to change notification settings

DatSplit/FashionVeil

Repository files navigation

FashionVeil

Fashion apparel dataset with occlusion level annotations for clothes and accessories

FashionVeil

This repository contains instructions and code describing how to download the novel FashionVeil dataset, train new models, and evaluate existing and new fashion apparel detection models. It provides instructions on how to reproduce the main results from my thesis, which is publicly available at: 📝 (after release to UU thesis repository)

Furthermore, I've created a Huggingface space in which you can run inference on your own images on RF-DETR-B and RF-DETR-L models trained on Fashionpedia: Generic badge

Installation

Create a virtual environment named fv (short for FashionVeil):

python3 -m venv fv
source fv/bin/activate
git clone https://github.com/DatSplit/FashionVeil.git
pip install -e .

Usage

Follow the instructions in references/ for instructions on downloads, training, inference and evaluation, and visualization.

About

FashionVeil: fashion apparel dataset with occlusion level annotations for clothes and accessories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages