Latest NIST FRVT evaluation report 2024-12-20
🆔 ID Document Liveness Detection - Linux - Here ![badge](https://private-user-images.githubusercontent.com/125717930/332263387-bcf351c5-8b7a-496e-a8f9-c236eb8ad59e.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODM0NDgsIm5iZiI6MTczODk4MzE0OCwicGF0aCI6Ii8xMjU3MTc5MzAvMzMyMjYzMzg3LWJjZjM1MWM1LThiN2EtNDk2ZS1hOGY5LWMyMzZlYjhhZDU5ZS5naWY_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwMjUyMjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xZWJjYzYyNGRlNGQ3NGUzMWUxMzBkODM4NGU0YzFjODJkNTliNDk3ZGZjZmJjNDQ2ZGQwNWQyYjU0MGI2NGM5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.GDncBvxAvYmbf5JNciF4XX9dPooBesEROnatZV_4inA)
📚 Product & Resources - Here
🛟 Help Center - Here
💼 KYC Verification Demo - Here
🙋♀️ Docker Hub - Here
We implemented real-time face-tracking technology in this demo project. This project can be built on Ubuntu 22.04 and model inference was implemented for web camera and real-time video streaming
You can visit our YouTube video for our face tracking SDK's performance here to see how well our demo app works.
- Build OpenCV on your platform, follow the steps in the link below. https://gist.github.com/kleysonr/c0752306bb6c021a1ff3c448996636ee
- Install vulkan sdk with the command "./install.sh"
Go to the project folder and enter the following command. ./build.sh
Go to the build folder and run with the below command
./<executive file name> --frame_num <frame number>
for example:
./face_track --frame_num 150
If you need to save a video file with tracking, you can run the command below
./<executive file name> --video_out true
for example:
./face_track --video_out true
TrackData contains one cropped face image per person, this can be used later for recognition purpose
TrackData track_data = GetTrackData(frame, tracks);
This project can be improved by using KBY-AI's face recognition SDK here.
- To request SDK, please contact us:
🧙Email:
[email protected]
🧙Telegram:
@kbyai
🧙WhatsApp:
+19092802609
🧙Skype:
live:.cid.66e2522354b1049b
🧙Discord:
KBY-AI