Skip to content
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

questions about cos distance #6

Open
soldier828 opened this issue Apr 27, 2016 · 0 comments
Open

questions about cos distance #6

soldier828 opened this issue Apr 27, 2016 · 0 comments

Comments

@soldier828
Copy link

soldier828 commented Apr 27, 2016

I just start to learn DEEPID using caffe, and I wonder when I extract all pictures' 160-d features, then I need to calculate cos distance between new face(validation data chosen from the same data set with training data set) and all pictures' 160-d features? Cause in training data, every people has more than 1 face picture.
So which way should I use?
A. calculate cos distance between new face and all training data,then choose a closest one as result.
B. average every people's 160-d feature,then calculate cos distance between new face and every people,then choose a closest one as result.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant