NGNN
NGNN copied to clipboard
[WWW 2019] Code and dataset for "Dressing as a Whole: Outfit Compatibility Learning Based on Node-wise Graph Neural Networks"
Hi, I can't find how to predict the compatibility score that should be between 0 and 1. In the paper Figure 7 you wrote the compatibility as a number between...
Hello I want to check the performance using the pre-trained (your weight file) which file I should use for the model prediction on any test image. Thanks!!
Based on the code, we tried to generate the data files and used that for training the given model. But we were not able to replicate the results. Infact, the...
I've been working through this code, and found it slightly odd that the fashion graph created early on (aka: total_graph, G) does not get utilized during the training process. The...
After reading your code, I come up with two doubts on the data usage: 1. It seems that the test set was used for tuning the parameters. 2. The original...
I can't find those files