zhreshold / mxnet-ssd.cpp

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

Details for GPU mode #12

Open BenLag2906 opened 7 years ago

BenLag2906 commented 7 years ago

Could you please provide details for compiling and execute with GPU ?

zhreshold commented 7 years ago

I don't have gpu mode available out of box right now for this c++ version. You can try by yourself if you are familiar with compiling tools, or you can refer to mxnet-ssd python version