gcucurull / visual-compatibility

Context-Aware Visual Compatibility Prediction (https://arxiv.org/abs/1902.03646)
115 stars 37 forks source link

How to interpret result of test_fitb.py? #1

Closed davidsonic closed 4 years ago

davidsonic commented 5 years ago

Hi, Thanks for releasing the code! I got the following result. image When I set k=15, I got exactly the same result. How do I interpret these two results as opposed to the one shown in the paper? image where one is 62.6 and another is 96.9?

Charlie1994 commented 5 years ago

The result you highlighted is the accuracy of edge prediction rather than the FITB prediction result. See line 134, that print function outputs the FITB accuracy results.