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)"
- Host: GitHub
- URL: https://github.com/owj0421/csa-net
- Owner: owj0421
- License: apache-2.0
- Created: 2024-01-08T22:10:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T16:05:40.000Z (7 months ago)
- Last Synced: 2025-04-27T03:34:59.984Z (5 months ago)
- Topics: csa-net, fashion, fashion-recommendation, polyvore, recommendation
- Language: Python
- Homepage:
- Size: 131 KB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.