You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
# NGNN
2
2
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)
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**.
7
10
8
11
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/`:
9
12
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/`.
11
14
12
15
There is a small dataset `sample` included in the folder `NGNN/data/`, which can be used to test the correctness of the code.
13
16
@@ -53,7 +56,7 @@ parameters arguments in `NGNN/Config.py`:
53
56
54
57
## Citation
55
58
56
-
Please cite our paper if you use the code:
59
+
Please cite our paper if you find the code useful:
0 commit comments