cschwem2er / facerec

An Interface for Face Recognition in R
https://cschwem2er.github.io/facerec
Other
34 stars 2 forks source link

argument (.f,... ) is missing #2

Open scjhamilton opened 5 years ago

scjhamilton commented 5 years ago

After successfully initializing credentials in the API I attempt to run the vignette and get an error in the .f but cannot find this in the documentation. Might be a simple fix but I'm not clear what to enter here.

finn_image <- 'https://upload.wikimedia.org/wikipedia/en/2/2a/Finn-Force_Awakens_%282015%29.png' finn_face <- detect(image = finn_image) Error in as_mapper(.f, ...) : argument ".f" is missing, with no default

cschwem2er commented 5 years ago

Hi,

are you currently using the Kairos API? As mentioned in the readme file of this github repo, they announced to shut down their support for face recognition:

"Important note: Kairos decided to shut down its online demo for diversity recognition features (see here).

As of July 2018, the API still returns ethnicity annotations, but it also seems as if they will not provide free access anymore. Until the release of an official statement from Kairos, I will stop the development of this package."

Even if there is a bug and I could fix it, at the moment I'm afraid this is not worth to spend any time on :/

scjhamilton commented 5 years ago

Sad.

I discovered it to late then. Do you know of any other free facial recognition through r? I am trying to cycle through 10k+ photos for my dissertation. My discipline is sociology and I am just a beginner data scientist with R and a little python.

Any help would be awesome.

Scott


From: Carsten Schwemmer notifications@github.com Sent: Tuesday, January 15, 2019 10:07:54 AM To: cschwem2er/facerec Cc: Hamilton, Scott; Author Subject: [EXT] Re: [cschwem2er/facerec] argument (.f,... ) is missing (#2)

Hi,

are you currently using the Kairos API? As mentioned in the readme file of this github repo, they announced to shut down their support for face recognition:

"Important note: Kairos decided to shut down its online demo for diversity recognition features (see herehttps://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.kairos.com%2Fblog%2Fwe-ve-retired-our-diversity-recognition-app-here-s-why&data=02%7C01%7Cscott.hamilton%40unt.edu%7C0b1b58e48b7145dc892d08d67b039c03%7C70de199207c6480fa318a1afcba03983%7C0%7C0%7C636831652757733909&sdata=%2B71LUrEzsQFKZr7lxqR8hrK9oxvDUmcFFjvAI7USpOc%3D&reserved=0).

As of July 2018, the API still returns ethnicity annotations, but it also seems as if they will not provide free access anymore. Until the release of an official statement from Kairos, I will stop the development of this package."

Even if there is a bug and I could fix it, at the moment I'm afraid this is not worth to spend any time on :/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcschwem2er%2Ffacerec%2Fissues%2F2%23issuecomment-454448287&data=02%7C01%7Cscott.hamilton%40unt.edu%7C0b1b58e48b7145dc892d08d67b039c03%7C70de199207c6480fa318a1afcba03983%7C0%7C0%7C636831652757743914&sdata=aaH9jLFWN1DE4spM%2Fno2AIu3n7ijHyE3YUTHVdB0pok%3D&reserved=0, or mute the threadhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAjreDkwZh-tgSZS1XlHYqkqGJLVNTBSYks5vDfzagaJpZM4aBREt&data=02%7C01%7Cscott.hamilton%40unt.edu%7C0b1b58e48b7145dc892d08d67b039c03%7C70de199207c6480fa318a1afcba03983%7C0%7C0%7C636831652757743914&sdata=oVx2dh%2BgJgZRanKUdRHPtoiNx%2F2wxPng7T4bQvLGQWQ%3D&reserved=0.

cschwem2er commented 5 years ago

I am also a sociologist by training :) depending on what you need the following package might instead be helpful for you: https://github.com/cloudyr/RoogleVision

Also, I might be able to recommend you something else if you drop me an email, but a github repo is not the right place for this.