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

If new face came it showing others name #7

Open
sandip-narwade opened this issue Mar 20, 2018 · 4 comments
Open

If new face came it showing others name #7

sandip-narwade opened this issue Mar 20, 2018 · 4 comments

Comments

@sandip-narwade
Copy link

Hello Sir,
I am working on your app. When New face came in front of camera its showing old name that is already saved last time.

@wihoho
Copy link
Owner

wihoho commented Mar 20, 2018

Can you elaborate more?

@AUGUSTRUSH8
Copy link

hello, I import this project in maven way, after done, it throws an error to me, As follows:"The method builder() is undefined for the type Trainer", I site the error point is:

Trainer trainer = Trainer.builder()
                .metric(new CosineDissimilarity())
                .featureType(FeatureType.LPP)
                .numberOfComponents(3)
                .k(1)
                .build();

I found the original class, found you use the "@builder" annotation to the "Trainer" class, but it shows that this annotation is deprecated, that is a warning, but why the test class throws me an error, I tried some solutions, not working! Can you help me?

@wihoho
Copy link
Owner

wihoho commented Mar 26, 2018

@wihoho
Copy link
Owner

wihoho commented Mar 26, 2018

Also, I have updated the README.md to include how to set up lombok.

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

3 participants