minivision-ai / Silent-Face-Anti-Spoofing-APK

Apache License 2.0
255 stars 131 forks source link

Face Detection and Live Detection is not working #13

Open PemmasaniRajesh opened 3 years ago

PemmasaniRajesh commented 3 years ago

I'm trying to integrate this with my face recognition application.

The Face detection and Live detection is not working. I'm using CameraX api.

It's throwing exception "Invalid yuv data"

nullian commented 3 years ago

It should not work in your case. input data should be nv21 becase of using old Camera API

PemmasaniRajesh commented 3 years ago

Okie thanks for the update.

PemmasaniRajesh commented 3 years ago

So If I convert YUV format to NV21 it will work right ?

VishalSahu commented 10 months ago

So If I convert YUV format to NV21 it will work right ?

It will work!