GithubHelp home page GithubHelp logo

Comments (10)

sladomic avatar sladomic commented on August 18, 2024 1

@mao93cy sorry, I didn't have much time for this lately. If you want to try it by yourself, there are multiple ways:

  1. Most easiest way is to get the cosine similarity as done here getMostSimilarStudentIfInThreshold https://github.com/literacyapp-org/literacyapp-android/blob/master/app/src/main/java/org/literacyapp/authentication/thread/RecognitionThread.java
  2. If you use SVM you can try the -b option but you need to change the parsing of the predict file
  3. For K-NN you can calculate a score dependent on the eucledian distances
  4. There are higher sophisticated functions (study some papers) but mostly more complicated :)

I already started with the implementation but I need to change the code of the Recognition interface amd therefore also for all the classes which implement it. That's why I cannot just push incomplete code I've got so far..

from android-face-recognition-with-deep-learning-test-framework.

sladomic avatar sladomic commented on August 18, 2024

Hi @mao93cy ,

this is currently not implemented. I will try to implement it this weekend.

from android-face-recognition-with-deep-learning-test-framework.

OptiExperts avatar OptiExperts commented on August 18, 2024

Hello is that possible that we can detect the eye blinking in the face recognition application.

from android-face-recognition-with-deep-learning-test-framework.

sladomic avatar sladomic commented on August 18, 2024

Hi @RajaMOeez this feature is not implemented. Feel free to implement it and open a pull request.

from android-face-recognition-with-deep-learning-test-framework.

OptiExperts avatar OptiExperts commented on August 18, 2024

thankyou so much

from android-face-recognition-with-deep-learning-test-framework.

mao93cy avatar mao93cy commented on August 18, 2024

@sladomic Thanks a lot I will try them :)

from android-face-recognition-with-deep-learning-test-framework.

khonakr avatar khonakr commented on August 18, 2024

Can some one help with confidence scores. I have very limited knowledge, so it is getting difficult.
I tried to follow @sladomic 's solutions but :

  1. I don't understand where to get the cosine similarity
  2. I use SVM but do not understand "-b option but you need to change the parsing of the predict file"
  3. Is for KNN
  4. Sounds even more difficult.

I was planning to use confidence scores to detect outliers / unknown face detections.
Is there some branch I can see your incomplete code / is there some code snippet I can refer / use?

Thanks!

from android-face-recognition-with-deep-learning-test-framework.

sladomic avatar sladomic commented on August 18, 2024

Here is some more information:

Qualeams/Android-Face-Recognition-with-Deep-Learning-Library#8

from android-face-recognition-with-deep-learning-test-framework.

Mhamza007 avatar Mhamza007 commented on August 18, 2024

@sladomic Is this feature implemented?
Getting Confidence?

from android-face-recognition-with-deep-learning-test-framework.

PriteshDasInfomedia avatar PriteshDasInfomedia commented on August 18, 2024

I am using getconfidencescore function show type Error :-cv::Exception: /build/master_pack-android/opencv/modules/core/src/matmul.cpp:3402: error: (-215) mat.type() == type() && mat.size == size && func != 0 in function double cv::Mat::dot(cv::InputArray) const

from android-face-recognition-with-deep-learning-test-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.