Open zhanjiahui opened 3 years ago
+1
+1
Hello, for your Resnet, is it training in a way of Siamese network? Because , i found that you calculate the similarity score of two images in your paper. That seems like Siamese network. I can't found any training code. Can you tell me how to train? Thanks
Maybe i am wrong. I can't understand the usage of Resnet18. In 3.2.2, you used the cross-entropy. In 3.3.2,you calculated the identity loss by the cosine distance function. Firstly, training the network in classifier. Then, Extracting the features of images using the classifier. Is this right? Could you tell me which one is right? Thank you very much.
Your paper is pretty good !!