Skip to content

Commit 9bc96cd

Browse files
committed
add file
1 parent 6d129a1 commit 9bc96cd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# NGNN
22
The code and dataset for our paper in the WebConf2019: Dressing as a Whole: Outfit Compatibility Learning Based on Node-wise Graph Neural Networks [[arXiv version]](https://arxiv.org/abs/1902.08009)
3+
<div align=center>
4+
<img src="https://github.com/CRIPAC-DIG/SCGAN/blob/ed1110385c39fbbb8cce763b3a6ebc510a871c3a/figures/UCLANs2.pdf" width = 50% height = 50% />
5+
</div>
36

47
## Paper data and code
58

69
This is the code for the WWW-2019 Paper: [Dressing as a Whole: Outfit Compatibility Learning Based on Node-wise Graph Neural Networks](https://arxiv.org/abs/1902.08009). We have implemented our methods in **Tensorflow**.
710

811
The original Polyvore dataset we used in our paper is first proposed [here](https://github.com/xthan/polyvore-dataset). After downloaded the datasets, you can put them in the folder `NGNN/data/`:
912

10-
you can download the preprocessed data here, <https://drive.google.com/open?id=1ibYEw0H9L9O9OLbxCiAlcZkt_IYuwKfd> and also put them in the folder `NGNN/data/`.
13+
You can download the preprocessed data here, <https://drive.google.com/open?id=1ibYEw0H9L9O9OLbxCiAlcZkt_IYuwKfd> and also put them in the folder `NGNN/data/`.
1114

1215
There is a small dataset `sample` included in the folder `NGNN/data/`, which can be used to test the correctness of the code.
1316

@@ -53,7 +56,7 @@ parameters arguments in `NGNN/Config.py`:
5356

5457
## Citation
5558

56-
Please cite our paper if you use the code:
59+
Please cite our paper if you find the code useful:
5760

5861
```
5962
@inproceedings{cui2019dressing,

figures/cmgnn_framework.pdf

266 KB
Binary file not shown.

0 commit comments

Comments
 (0)