An open API service indexing awesome lists of open source software.

https://github.com/owj0421/csa-net

Implementation of "Fashion Outfit Complementary Item Retrieval(CVPR 2020)"
https://github.com/owj0421/csa-net

csa-net fashion fashion-recommendation polyvore recommendation

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 🚧 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
```code
conda create -n csa-net python=3.12.4
conda activate csa-net
conda env update -f environment.yml
```

## Download Dataset
```code
mkdir -p datasets
gdown --id 1ox8GFHG8iMs64iiwITQhJ47dkQ0Q7SBu -O polyvore.zip
unzip polyvore.zip -d ./datasets/polyvore
rm polyvore.zip
```

## Train
```code
```

## Test
```code
```

## 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](https://github.com/owj0421/csa-net). This helps support the project and acknowledges the contributors.