Giter VIP home page Giter VIP logo

Comments (20)

gicheonkang avatar gicheonkang commented on June 19, 2024 9

Hi, @JLeon3
I made a app with detecting 68 landmarks. Not Openface version..
here is my git repo. https://github.com/gicheonkang/Fast-Face
It just takes 60ms to detecting your landmark points. Enjoy it :)

from openface.

TadasBaltrusaitis avatar TadasBaltrusaitis commented on June 19, 2024 6

dlib is used for face detection and to help Facial Action Unit detection by extracting Histogram of Oriented Gradients features
boost is mainly used for directory and file traversal in OS independent way
tbb is used to speed up computation by parallelising it

It will not be too difficult to get rid of boost or tbb (but will require a reasonable amount of coding), replacing dlib will be much more challenging but not impossible.

Thanks,
Tadas

from openface.

eladrich avatar eladrich commented on June 19, 2024 6

I was able to get a basic version working on Android, based on the iOS port, but it's not very clean right now.
Basically what I've done is to remove the boost dependencies, by matching the file traversal to Android, and get it to work with existing dlib and openCV ports.

Hopefully, I'll find some time to clean it and put it on Github.

from openface.

tudor-pop avatar tudor-pop commented on June 19, 2024 2

nope. I found it difficult to add the 3rd party libraries (boost etc...) to android. It can be done but I literally have 0 experience with the NDK and this library.

from openface.

tudor-pop avatar tudor-pop commented on June 19, 2024

I've seen others have asked the same question on the old repo. I will give it a try and if successful, I will reply here

from openface.

deepakakkil avatar deepakakkil commented on June 19, 2024

Thanks for providing this software as opensource. Do you have any updates on an android or ios version?

from openface.

tudor-pop avatar tudor-pop commented on June 19, 2024

@deepakakkil not yet, I only had about 2 days to try, then my schedule was full. I will try more this and the following week

from openface.

makerGeek avatar makerGeek commented on June 19, 2024

any updates?

from openface.

vanhoanHoang avatar vanhoanHoang commented on June 19, 2024

Do you have any updates ? Tks.

from openface.

eladrich avatar eladrich commented on June 19, 2024

I was wondering, did anyone got an Android port working? If not, I'm thinking on starting one myself.

@TadasBaltrusaitis, could you tell me how dependent is OpenFace on the 3rd party libraries (boost, dlib, tbb)?
While a stable OpenCV port exists for Android, the other could be challenging to port. So it might be easier to just get rid of these dependencies completely.

from openface.

meansoup avatar meansoup commented on June 19, 2024

Did anyone gone a step for android?
I need to find landmark at android. If anyone done, I want to do that, but have less time.

from openface.

meansoup avatar meansoup commented on June 19, 2024

@eladrich thanks for your reply.
I'm wandering now for using this, I just want to use face landmark (at img or at video)

so anaylze the code, and find that FaceLandmarkVidMulti.cpp did not use boost or tbb, just use dlib.(I think we can use dlib. isn't it?)
I just add all the files which I need to find landmark to my android project. but... now i don't know how to do.

My thinking is that make java mainactivity like FaceLandmarkVidMulti.cpp, and use c++ method via cmake.
theorically, it can be? can you give me an advice??

thanks.

from openface.

eladrich avatar eladrich commented on June 19, 2024

@meansoup if you just need face landmarks, take a look at this dlib port:
https://github.com/tzutalin/dlib-android

from openface.

meansoup avatar meansoup commented on June 19, 2024

@eladrich thanks.

Perfectly what I was looking for is that. and I have to done more analyse.

thanks very much

from openface.

jasmineleon avatar jasmineleon commented on June 19, 2024

Has anyone been successful with getting it to work with Android app?

from openface.

idireneyoucef avatar idireneyoucef commented on June 19, 2024

hi, im new in android and i want to create an application for matching face like on facebook how i can begin and openFace it's the best solution ? help please

from openface.

TadasBaltrusaitis avatar TadasBaltrusaitis commented on June 19, 2024

OpenFace does not have an Android version, and is not directly intended for face recognition, but rather facial behavior analysis.

from openface.

idireneyoucef avatar idireneyoucef commented on June 19, 2024

thanx for answered,
do You have an idea of api of facial recognition?

from openface.

Q-lin avatar Q-lin commented on June 19, 2024

@eladrich Has you successful with getting it to work with Android app?please help me
thanks very much

from openface.

R00iBaard avatar R00iBaard commented on June 19, 2024

I was able to get a basic version working on Android, based on the iOS port, but it's not very clean right now.
Basically what I've done is to remove the boost dependencies, by matching the file traversal to Android, and get it to work with existing dlib and openCV ports.

Hopefully, I'll find some time to clean it and put it on Github.

@eladrich did you ever come right with this? Would it be possible to contact you privately about this even?

from openface.

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.