【sot_onnx】win10 配置 onnxruntime

  • 下载onnxruntime包,onnxruntime-win-x64-gpu-1.6.0.zip
    • https://github.com/microsoft/onnxruntime/releases
  • 下载vs2019
    • https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0
  • 新建项目,添加include和lib文件目录以及附加依赖项onnxruntime.lib

【sot_onnx】win10 配置 onnxruntime_第1张图片

【sot_onnx】win10 配置 onnxruntime_第2张图片

【sot_onnx】win10 配置 onnxruntime_第3张图片

  • 试运行
  • #include   
    #include
    int main()
    {
    	return 0;
    }

     

你可能感兴趣的:(目标跟踪,深度学习,机器学习)