This repo shows how to use mxnet cpp api on windows.
- Cmake > 3.10
- Visual Studio > 2015
mkdir build
cd build
cmake -G "Visual Studio 15 2017 Win64" ../cmake
Then, open with vs2017, and set configuration to Release
or it will link failed(because the opencv is Release version).
All can be download at mxnet64_110 depends