Skip to content

bigohofone/csa-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 This project is under construction. 🚧

Fashion Outfit Complementary Item Retrieval

Introduction

This repository provides the implementation of paper:

YL Lin et al. Fashion Outfit Complementary Item Retrieval. CVPR 2020.

Installation

conda create -n csa-net python=3.12.4
conda activate csa-net
conda env update -f environment.yml

Download Dataset

mkdir -p datasets
gdown --id 1ox8GFHG8iMs64iiwITQhJ47dkQ0Q7SBu -O polyvore.zip
unzip polyvore.zip -d ./datasets/polyvore
rm polyvore.zip

Train

Test

Note

This is a non-official implementation. The official repository has not been released yet.

License

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.

About

Implementation of "Fashion Outfit Complementary Item Retrieval(CVPR 2020)"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages