-
Tested on Pixel 2 with Android P. PQ2A.190205.002
There is about tiny delay between what I do and what I see on the sample. It's small, but still very noticeable.
To reproduce it easily, try to move…
-
Hi, I set FRONT_CAMERA and SHARED_CAMERA when create Session and config it with MESH3D :
```
mSessoin = new Session(this,EnumSet.of(Session.Feature.FRONT_CAMERA,Session.Feature.SHARE…
-
I am trying to put a mask on the face using Augmented Face in android ndk. I am able to open the front camera using ArSession_createWithFeatures API. Now i need to track the face.The tracking state …
-
### SPECIFIC ISSUE ENCOUNTERED
Using the following code for getting a list of augmented faced from the camera:
```java
Collection faceList = sceneView.getSession().getAllTrackables(Augmen…
-
how to use a colorful AR model?
-
I aslo need to detect the faces that are upside down. But MTCNN is not able to pick them up. Any possible solution ?
-
With facial recognition, how can you tell if a user has opened their mouth, winked, etc.?
-
Hi, I downloaded the [300W-LP dataset](https://drive.google.com/file/d/0B7OEHD3T4eCkVGs0TkhUWFN6N1k/view?usp=sharing&resourcekey=0-WT5tO4TOCbNZY6r6z6WmOA) and noticed it has a `landmarks` folder
`…
-
# Facial Landmark Detection using Mediapipe
## Problem Statement
Facial landmark detection is crucial for various applications such as face recognition, emotion analysis, and augmented reality. Cu…
-
Since you open sourced sceneform you decided to no longer provide it through a [regular maven repository](maven.google.com). This requires every developer to include a direct source code dependency th…