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

C++ object detection module for mxnet-ssd

Results 16 mxnet-ssd.cpp issues
Sort by recently updated
recently updated
newest added

Some error in the current repo? ``` g++ -std=c++11 -Wno-unknown-pragmas -Wall -I`pwd`/../../OpenBLAS -I`pwd`/../../OpenBLAS/include -MD -MF mxnet_predict0.d \ -I `pwd`/../ -I `pwd`/../mshadow/ -I `pwd`/../dmlc-core/include \ -I `pwd`/../include \ -D__MIN__=0 -c mxnet_predict0.cc...

Platform: windows10 Mxnet version: mxnet-cu92mkl 1.4.0 IDE: visual studio 2015 Update 3 ---- I have trained an SSD model in python via my own dataset. Now, I want to deploy...

I use my own dataset( 3 classes) to train a vgg16_reduced model. And it works well in [mxnet-ssd python](https://github.com/apache/incubator-mxnet/tree/master/example/ssd). And I want to use the c++ interface. First, I use...

Hi, When I started to learn less class with SSD ( 2 classes) : it diverge quickly. Should I intiailizing my CNN differently ? beacuse my pretrained is based on...

My local package mxnet-cu80 (1.0.0), maybe It is not important, my OpSystem is win7 x64. Test model vgg16_ssd_512_voc0712_trainval.zip with problem as following: ``` C:\mxnet-ssd.cpp-win\build>ssd 000024.jpg -m ssd_512 -e 0 [08:58:48]...

i have tested on your demo on gpu mode, it took about 400ms for 1 image, which is much slow than yolo(

I don't see a flag to enable GPU in the install.sh. Do you know how to enable it? Thanks,

I try to "bash ./build_script.sh " as follow -- Configuring done -- Generating done -- Build files have been written to: /home/t/workspace/mxnet/mxnet-ssd.cpp/build ../cblas.h:302:6: note: expected ‘double *’ but argument is...

hello, I have the following error on windows, (my last post concern ssd on ubuntu..). I take the model described in documentation but the message is : C:\SSD\C++\mxnet-ssd.cpp\build\vc14\Release>ssd.exe person.jpg [18:23:22]...

Ah..Sorry I have a same problem. C:\SSD\C++\mxnet-ssd.cpp\build\vc14\Release>ssd.exe person.jpg [18:23:22] C:\MXNET\mxnet\mxnet\dmlc-core\include\dmlc/logging.h:304: [18:23:22] C:\MXNET\mxnet\mxnet\nnvm\src\core\op.cc:55: Check failed: op != nullptr Operator Scale is not registered As you said i tried to download a...