zhreshold / mxnet-ssd.cpp

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

error in new release of mxnet-ssd amalgamation #11

Closed nopattern closed 7 years ago

nopattern commented 7 years ago

hi,@zhreshold I have used your new release of mxnet-ssd/mxnet/amalgamation and use following command. ./ssd ../demo/000001.jpg then the error occured:

[04:21:39] mxnet_predict-all.cc:634: [04:21:39] mxnet_predict-all.cc:23298: Check failed: op != nullptr Operator L2Normalization is not registered Segmentation fault

zhreshold commented 7 years ago

Seems like the amalgamation makefile hasn't been updated for quite a long time. Adding operator source file to the makefile might solve it, but I'm not quite sure how it works right now.

nopattern commented 7 years ago

Sovled by adding operator source. Thank you .