ztt19851213

Results 4 comments of ztt19851213

这是什么问题,代码编译没问题,模型官网下载的,用法也是仿照示例写的,怎么检测结果是这个呢

@juncaipeng 这个问题我解决了,windows x64是正常了,我现在想再高通的arm64平台上使用facelandmark,然后编译facedeploy的arm64版本,编译1000多个错误,我看文档好像是不支持,确定是不支持么?编译命令如下: cmake .. -G "Visual Studio 16 2019" -A arm64 \ -DENABLE_ORT_BACKEND=ON \ -DENABLE_PADDLE_BACKEND=ON \ -DENABLE_OPENVINO_BACKEND=ON \ -DENABLE_VISION=ON \ -DCMAKE_INSTALL_PREFIX="D:\code\LSM\DemoCOM\compiled_fastdeploy_arm64" msbuild fastdeploy.sln /m /p:Configuration=Debug /p:Platform=arm64 粘贴一小部分错误: “D:\code\LSM\DemoCOM\FastDeploy\build_arm64\fastdeploy.sln”(默认目标) (1)...

@zhupengyang 意思是咱们这边其实也没在windows arm上做过测试,是吧?