image-similarity-deep-ranking
image-similarity-deep-ranking copied to clipboard
About subsample and produce triplet.txt
Hi, According to the original,I have two question below:
- the original use muti-scale model, you demo can not use, why?
- the original use pairwise relevance scores to choose the better positive and negative image sample, in this demo, do not use the mentioned rules. why? Thanks a lot!
Hey Longzeyilang!
- Do you mean the parallel smaller network with VGG? If yes, I do have implemented it :)
- The pairwise relevance score is hand crafted. Unfortunately, they haven't open-sourced that information so couldn't use it.
Thank you! I have another problem, the returned value batch_y of train_generator function not use in the train. if batch_y is all the same, it does not matter!
Yes, that is correct! I was supposed to change this. But, somehow forgot about it! Thank you for pointing that out :)