Luca96 / android-face-landmarks

Android app that localizes facial landmarks in nearly real-time
MIT License
68 stars 27 forks source link

I am able to build but while running i dont see any landmark, its like not working #4

Closed i-khan closed 4 years ago

i-khan commented 5 years ago

i am able to build this project using android studio, But its not working, I installed and download models. But i dont see any landmark while using app.

Luca96 commented 5 years ago

Hi @i-khan, have you loaded the models after downloading it?

muratcancicek commented 5 years ago

Where should we load them?

Luca96 commented 5 years ago

There's a button on the ui, at the bottom left corner. After clicking on it, it asks what model you want to load. It downloads that model if needed, otherwise it loads it and starts locating the landmarks.

The landmarks appears within the face bounding-box. So, the face must be detected in order to let the model infer the landmark location.

TerryGoh commented 5 years ago

Capture

The above is the screen of the android emulator after I run the program, no face detected .