AI Development FAQ
Q1: How to deploy large model services?
A: You can use AidGenSE . AidGenSE is a generative AI HTTP service adapted to the OpenAI HTTP protocol, built on the AidGen SDK. You can call generative AI over HTTP and quickly integrate it into your own applications. Alternatively, visit the Model Farm, download the model files, and deploy them directly.
Q2: How to test whether QNN can be called normally
A: Run the download command: for example, download AidLite-QNN231
bash
sudo aid-pkg install aidlite-qnn231Open the folder
bash
cd /usr/local/share/aidlite/examples/aidlite_qnn231/pythonRun the command to check whether it executes normally
bash
python qnn_yolov5_multi.py 3The output below indicates that QNN is being used correctly:
bash
# Detected 4 regions
1 [115, 236, 203, 538] 0.84474266 person
2 [212, 244, 282, 514] 0.7853776 person
3 [86, 125, 559, 479] 0.5933 bus
4 [474, 228, 561, 517] 0.5707566 personLast updated: 2026/06/26
Tip
If the issues above cannot be resolved, please contact APLUX technical support at noah.yang@aidlux.com.