This repository provides the implementation of paper:
YL Lin et al. Fashion Outfit Complementary Item Retrieval. CVPR 2020.
conda create -n csa-net python=3.12.4
conda activate csa-net
conda env update -f environment.yml
mkdir -p datasets
gdown --id 1ox8GFHG8iMs64iiwITQhJ47dkQ0Q7SBu -O polyvore.zip
unzip polyvore.zip -d ./datasets/polyvore
rm polyvore.zip
This is a non-official implementation. The official repository has not been released yet.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you use this repository, please mention the original GitHub repository by linking to csa-net. This helps support the project and acknowledges the contributors.