mxnet-ssd.cpp icon indicating copy to clipboard operation
mxnet-ssd.cpp copied to clipboard

how to build win demo,but how to build libmxnet.dll ?

Open matakk opened this issue 9 years ago • 4 comments

I have successfull build mxnet-ssd.cpp-win in vs2015,and now I want to build libmxnet (include ssd),but I can't find the step . Do you have the build step ? thank you!

matakk avatar Oct 30 '16 13:10 matakk

http://mxnet.io/get_started/setup.html. Follow this guide. Basically you need to create a VS project using cmake, and build a libmxnet.dll.

zhreshold avatar Oct 31 '16 16:10 zhreshold

thanks, I have run ssd.exe on cpu mode. I want to build mxnet with cuda ,does this version support ssd ?

matakk avatar Nov 03 '16 14:11 matakk

Yes, but you have to build mxnet with cuda first

zhreshold avatar Nov 03 '16 16:11 zhreshold

thanks! I'm using this https://github.com/zhreshold/mxnet-ssd.git to train.

matakk avatar Nov 06 '16 15:11 matakk