zhreshold / mxnet-ssd.cpp

C++ object detection module for mxnet-ssd
MIT License
97 stars 47 forks source link

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

Open matakk opened 7 years ago

matakk commented 7 years ago

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!

zhreshold commented 7 years ago

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.

matakk commented 7 years ago

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

zhreshold commented 7 years ago

Yes, but you have to build mxnet with cuda first

matakk commented 7 years ago

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