Giter VIP home page Giter VIP logo

Comments (6)

flyberson avatar flyberson commented on August 28, 2024

https://docs.opencv.org/2.4/modules/contrib/doc/facerec/facerec_tutorial.html

from eeny-meeny.

andracs avatar andracs commented on August 28, 2024

Lav lige en POC.

from eeny-meeny.

andracs avatar andracs commented on August 28, 2024

Øøøh, @flyberson, du vil nok hellere finde en webbaseret API, som du kan bruge fra JavaScript.

from eeny-meeny.

flyberson avatar flyberson commented on August 28, 2024

face.txt

from eeny-meeny.

flyberson avatar flyberson commented on August 28, 2024

https://westcentralus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f3039523a
facedetect.txt

Kan ikke helt finde ud af hvordan body af api kaldet skal se ud. Den har brug for 2 strings med faceid, som måske skal komme fra facedetect

from eeny-meeny.

andracs avatar andracs commented on August 28, 2024

@flyberson Du kan konstruere et kald på https://westcentralus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236/console

Mit request så således ud (og det virkede):

_POST https://westcentralus.api.cognitive.microsoft.com/face/v1.0/detect?returnFaceId=true&returnFaceLandmarks=false HTTP/1.1
Host: westcentralus.api.cognitive.microsoft.com
Content-Type: application/json
Ocp-Apim-Subscription-Key: 8846e712490040e985610222cf5ebd80

{
"url": "https://github.com/andracs/Eeny-meeny/raw/master/test-photos/user1.png"
}_

from eeny-meeny.

Related Issues (17)

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.