百度网盘为您提供文件的网络备份、同步和分享服务。空间大、速度快、安全稳固,支持教育网加速,支持手机端。注册使用百度网盘即可享受免费存储空间
python tools\scrfd2onnx.py configs/scrfd/scrfd_10g_bnkps.py 模型路径 --shape 640 640 --input-img 图像路径 onnx模型推理测试 推理之前需要先将onnxruntime卸载pip uninstall onnxruntime;再安装onnxruntime-gpu,pip install onnxruntime-gpu==1.15.1,注意一定版本号,一定要使用1.15.1版本的onnxruntim...