Introduction¶
Product Description¶
A face recognition kit that integrates Baidu face recognition algorithm and software and hardware. It can be connected to monocular camera, binocular camera, and structured light camera, and can quickly realize living body recognition, face collection, face comparison recognition, and face database. management and other functions. Only one kit is needed for one-stop face recognition development, accelerating the development and implementation of artificial intelligence products.
Platform¶
The platforms that currently support the face recognition system are the AIO-3399J
and AIO-3399C
versions.
AIO-3399J + 10.1 inch LVDS screen module + professional camera development kit
AIO-3399C + 10.1 inch LVDS screen module + professional camera development kit
If you want to know more about the development kit platform, you can go directly to the mall to search for Baidu Face Recognition Kit.
Firmware and Application Downloads¶
No need to compile, you can directly download and use ready-made firmware
Notice:
After Baidu face version 2.0.1, you can restore factory settings, update the system and re-burn the firmware. One activation code corresponds to one device and has nothing to do with the system.
Each activation code can only be activated up to 200 times. Please do not uninstall and reinstall the application or clear the application storage data, otherwise the activation will be invalid. If it is an ordinary user, it can be reinstalled directly through
adb install -r faceOffline_v1.x.x.apk
, do not uninstall it; if it is a developer, you can use the Baidu face recognition code to compile and install directly, but make sure that the package name and signature of the apk remain unchanged.When the latest version of the application is just opened, it may take 3 to 4 seconds to load the configuration file related to face recognition.
Baidu face recognition version 2.0.1 needs to be reactivated. The activation code that has been activated before version 2.0.1 cannot be used on version 2.0.1. If you want to use version 2.0.1, you can apply for an activation code with the official.
Face Recognition SDK¶
The network is required for the first activation, and it can be used offline after the activation. For details, please refer to Face Offline Recognition SDK-Android Development Document
Apply for SDK¶
Send the purchase information and order number of the face recognition kit to sales@t-firefly.com
, and the SDK will be provided by email within 2 days after the official review is successful.
Community Forum¶
Platform questions can be posted directly to Firefly Face Recognition Development Kit Community Forum to ask questions
Questions such as application algorithms can be asked on Baidu Face Recognition Exchange Platform
Q&A¶
Q:10.1 inch screen not showing?
A:Please confirm whether the hardware is in abnormal contact. For details, please refer to the connection method.
Q:Face recognition app crashes?
A:Crashes problem: generally only appears in version 1.0.7.1, mainly caused by the algorithm model occupying too much memory. Please upgrade to the latest version or downgrade.
Q:Can’t adb connect for debugging?
Q:Notice that the upper port of USB3.0 cannot be recognized?
A:To turn off device
mode, you need to switch to host
mode, Settings
->USB
->Connect to PC
uncheck to switch to host
mode.