Qengineering / Face-Recognition-with-Mask-Jetson-Nano

Recognize 2000+ faces on your Jetson Nano with additional mask detection, auto-fill and anti-spoofing
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
35 stars 6 forks source link

Use in android phones #21

Closed aboozaid closed 1 year ago

aboozaid commented 1 year ago

Can we use this in android by using ndk?

Qengineering commented 1 year ago

With the ncnn framework specially designed for mobile devices and the code being pure C++, it should be no problem. Of course, you have to do some porting, but that can be very hard.