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:
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 .Follow the instructions in references/ for instructions on downloads, training, inference and evaluation, and visualization.
