-
Notifications
You must be signed in to change notification settings - Fork 18.6k
CNN Triplet Tranining #2603
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
CNN Triplet Tranining #2603
Conversation
wangyida
commented
Jun 15, 2015
- Update loss layers
- Prepare to add test
- LMDB data transfer added
mark |
Have you changed log layer? I see loglayer diffs in commits. |
I just added a loss layer called triplet_loss_layer and defined a parameter of this layer called 'margin' in upgrade_proto, other changes are all obeyed on the rules on Caffe new layer contribute instruction. |
I still see log layers in the diffs. |
Yes, I do see the diffs in log_layer, it's caused by the version updating from a newly released version, some files which I don't care in details changes. |
You need to rebase regularly. See in particular the section "When you are ready to develop a feature or fixing a bug, follow this protocol" |
@pwohlhart My code for an easier loss function which produce the similar result as described in paper[1] is done in mnist database, but as I have also rendered some images using OpenCV in LINE-MOD database, the tranining samples are not easily arranged, will your codes containing the data generation process? @FlorisGaisser Your concern about the label could be solved in this paper~ |
restore
delete spaces delete libopenccodecsv triplet tranining data code fix
delete unuseful codes
…finition is the same as described in paper delete spaces
…r with 1 pair wise delete file
add initiate class name of triplet loss layer
closest sample fix
the soft style triplet loss as added in triplet loss layer as an option
…r with 1 pair wise
…as 3 useful codes useful codes
7002f66
to
c6787cd
Compare
It is reopened as #3103 |
Now at #3123 |
Thanks for the great work. I met a problem with the installation. |