-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how do you choose your cuhk03 dataset ? #3
Comments
The official CUHK03 dataset provides the splits for training and test. I follow the paper of CUHK03 to use their protocol (choosing the gallery and probe for each identity randomly). |
the code can convert to tensorflow ? and when training , your triplet loss is always small ? |
how do you do resize images? |
I'm trying to convert to tensorflow,but get some troubles. |
how about your troubles? |
Hi,when i'm training my model by tensorflow, I found the triplet loss is drop hard.I want to know have you success reappearance ? Thank you very much~ |
yes, you are right , mk(x,y) is a 1*1 local convolutional layer which not shared weight |
I have not use the hard example ,I used the random triplet ,and the loss can't be decline |
Do you have use the googlenet pretrain from imagenet? how about your loss? |
I think your vgg have some problem? like the whights don't change . why don't you use the googlenet? |
Thanks for your reply again~ |
I also use someone github , but can I point it here? |
Can you send the github to my email? |
how about your gallery and probe ?
and training data
The text was updated successfully, but these errors were encountered: