Coder Social home page Coder Social logo

Comments (8)

takuya-takeuchi avatar takuya-takeuchi commented on May 18, 2024

kernel32.dll is components of windows.
FRDN is managed application. So it does not require kernel32.dll when building.

Could you show me the following information?

  • Visual Studio Version
  • Windows Version
  • Installed .NET Core SDK versions
  • screen shot presents error message (if you can)

from facerecognitiondotnet.

longas1232 avatar longas1232 commented on May 18, 2024

Thank you. takuya-takeuchi
this problem has been solved
I would like to ask a different question. For example, in the process of identification, I entered three faces, but I may mistake one face for another face. Is there any good way to optimize this problem? Well, for example, adjusting parameters and the like. .

from facerecognitiondotnet.

takuya-takeuchi avatar takuya-takeuchi commented on May 18, 2024

Create multiple feature data per 1 person. And compare entered face with them.
Then

  • check average score from one person and adapt best average score from all person
  • check best score from one person and adapt best average score from all person

Maybe, it's not bad.

Or, to improve the quality

  • Reject low quality face
  • Check whether face has both eye
    • Reject side face

from facerecognitiondotnet.

longas1232 avatar longas1232 commented on May 18, 2024

Ok, thank you very much, I will try it, there is another problem. Can the existing API circle the faces in the picture and draw a rectangle like the example you gave, the characters in those photos.

from facerecognitiondotnet.

takuya-takeuchi avatar takuya-takeuchi commented on May 18, 2024

No. Current DlibDotNet does not support function to draw circle.
It is implemented in dlib as draw_solid_circle.
But DlibDotNet does not use.

from facerecognitiondotnet.

longas1232 avatar longas1232 commented on May 18, 2024

Oh, oh, I understand, thank you, can the rectangle be, or all the square shapes will not work?

from facerecognitiondotnet.

takuya-takeuchi avatar takuya-takeuchi commented on May 18, 2024

You can use Dlib.DrawRectangle

from facerecognitiondotnet.

takuya-takeuchi avatar takuya-takeuchi commented on May 18, 2024

No response

from facerecognitiondotnet.

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.