Skip to content

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

Notifications You must be signed in to change notification settings

ibaiGorordo/mmcv_onnx_ops_build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMCV ONNX Custom Ops build (WIP)

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)

git clone https://github.com/ibaiGorordo/mmcv_onnx_ops_build.git --recursive
cd mmcv_onnx_ops_build
  1. Compile the library

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages