mxnet-ssd.cpp
mxnet-ssd.cpp copied to clipboard
JSONReader: Missing field "backward_source_id"
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] D:\Dev\Projects\mxnet\dmlc-core\include\dmlc/logging.h:235: [08:58:48
] D:\Dev\Projects\mxnet\dmlc-core\include\dmlc/json.h:845: Check failed: (visite
d.count(it->first)) != (0) JSONReader: Missing field "backward_source_id"
At Line 10, around ^`,
Also,I get no result in test model vgg16_reduced:
C:\mxnet-ssd.cpp-win\build>ssd ..\demo\dog.jpg -m vgg16_reduced
Long story short: this repo is outdated. To be able to use latest models trained by mxnet-ssd, you have to update the mxnet submodule, and manage to build it either using amalgamation or full package.