Home mmcv_onnx_ops_build
Post
Cancel

Open In GithubOpen In Github

Repository for building the ONNX compatible ops in MMCV to run them in onnxruntime.

Requirements

  • A C/C++ compiler for your operating system (gcc on Linux, Visual Studio on Windows, CLang on Mac)
  • Cmake
  • Git

Installation

  1. Download the appropriate ONNX Runtime library for your system from the Releases and extract the contents of the lib folder into the libs/onnxruntime folder.

  2. Clone repository with submodules (Note the –recursive part)
    1
    2
    
    git clone https://github.com/ibaiGorordo/mmcv_onnx_ops_build.git --recursive
    cd mmcv_onnx_ops_build
    
  3. Compile the library
This post is licensed under CC BY 4.0 by the author.