Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on windows #13

Open
BenLag2906 opened this issue May 31, 2017 · 7 comments
Open

Error on windows #13

BenLag2906 opened this issue May 31, 2017 · 7 comments

Comments

@BenLag2906
Copy link

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

@zhreshold
Copy link
Owner

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

@BenLag2906
Copy link
Author

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
Copy link
Author

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

@springkim
Copy link

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

@BenLag2906
Copy link
Author

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.

@springkim
Copy link

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?

@BenLag2906
Copy link
Author

BenLag2906 commented Jul 31, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants