ztt19851213
ztt19851213
你好,现在我想在高通的windows arm设备上计算人脸检测和landmark计算,咱们这个paddle-lite支持么?
# Ask a Question D:\code\Models\models\validated\vision\body_analysis\ultraface PS D:\code\Models\models\validated\vision\body_analysis\ultraface> python .\demo.py -i .\dependencies\3.jpg ### Question Explain your question here. failed ### Further information **Relevant Area** (*e.g. model usage, backend, best practices, pre-/post-...
********************************************* 温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度 ********************************************* ## 环境 - 【FastDeploy版本】: release1.0.7 - 【编译命令】git clone https://github.com/PaddlePaddle/FastDeploy.git cd FastDeploy mkdir build && cd build cmake .. -G "Visual Studio 16 2019" -A x64 \ -DENABLE_ORT_BACKEND=ON...
你好,SampleMTCNNGesture这个工程中加载的模型文件,我怎么没找到呢,搜索工具搜索也没有 
Modify the macro definitions in the ZQ_CNN_CompileConfig.h file: #define ZQ_CNN_SSETYPE_NONE 0 #define ZQ_CNN_SSETYPE_SSE 1 #define ZQ_CNN_SSETYPE_AVX 2 #define ZQ_CNN_SSETYPE_AVX2 3 #if defined(_WIN32) #define ZQ_DECLSPEC_ALIGN32 __declspec(align(32)) #define ZQ_DECLSPEC_ALIGN16 __declspec(align(16)) // your...