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

Error on windows

Open BenLag2906 opened this issue 8 years ago • 7 comments

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] 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

Could you please give an advise to run it under windows 10 ?

Thks in advance.

Ben

BenLag2906 avatar May 31 '17 16:05 BenLag2906

model is inconsistant with the new version, you have to use the latest model I think

zhreshold avatar Jun 05 '17 01:06 zhreshold

Thanks for your response.

I try the model given in comments : https://github.com/zhreshold/mxnet-ssd.cpp/releases/download/v0.1/deploy_ssd_300_voc0712.zip. but it's the same result : KO.

Could you please provide a correct one ?

Regards

Ben

BenLag2906 avatar Jun 05 '17 10:06 BenLag2906

OK finally I downlaod SSD_300 and deploy it, It works Fine !

BenLag2906 avatar Jun 07 '17 09:06 BenLag2906

Hi, BenLag2906. 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

How did you solve this problem?

Regards Bom

springkim avatar Jul 19 '17 23:07 springkim

Hi,

It's a problem of model, This error indicates the CNN is not compatible. you must deploy it before use it.

I hope it has help you.

best regards.

BenLag2906 avatar Jul 20 '17 06:07 BenLag2906

Yes. Is the model means *.params, *.json files. right?

I downloaded it from https://github.com/zhreshold/mxnet-ssd.cpp/releases/download/v0.1/deploy_ssd_300_voc0712.zip

But I I couldn't understand what is "deploy it before use it" mean exactly.

Could you tell me how can i "deploy" it?

I command like "ssd.exe 000001.jpg -m deploy_ssd_300", but it did not work.

Am I wrong?

springkim avatar Jul 20 '17 17:07 springkim

hello,

As it said by Joshua, your model is inconsistant with the code, try another one.

Regards

2017-07-20 19:11 GMT+02:00 KimBom [email protected]:

Yes. Is the model means *.params, *.json files. right?

I downloaded it from https://github.com/zhreshold/mxnet-ssd.cpp/releases/ download/v0.1/deploy_ssd_300_voc0712.zip

But I I couldn't understand what is "deploy it before use it" mean exactly.

Could you tell me how can i "deploy" it?

I command like "ssd.exe 000001.jpg -m deploy_ssd_300", but it did not work.

Am I wrong?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zhreshold/mxnet-ssd.cpp/issues/13#issuecomment-316770154, or mute the thread https://github.com/notifications/unsubscribe-auth/AZWP05Epd7ErnIb8-KvhrnZOdlBZwQD0ks5sP4o3gaJpZM4Nr4I7 .

-- Benoit LAGADEC tél: 06 17 91 38 18 http://lagadec.benoit.free.fr

BenLag2906 avatar Jul 31 '17 15:07 BenLag2906