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

ncnn error :-100 #3

Closed
wg1996 opened this issue Nov 21, 2018 · 4 comments
Closed

ncnn error :-100 #3

wg1996 opened this issue Nov 21, 2018 · 4 comments

Comments

@wg1996
Copy link

wg1996 commented Nov 21, 2018

When use the example ,this error occured when I use the model of the converted yolov2 , which is trained by darknet. But the yolov2-tiny model can work. Thank you for reply.

@xiangweizeng
Copy link
Owner

When I test, yolov2 is working, you can use convert_verify to check whether the conversion is normal.

./convert_verify [darknet.cfg] [darknet.weights] [ncnn.param] [ncnn.bin]

@wg1996
Copy link
Author

wg1996 commented Nov 22, 2018

I had used this command, the result is normal. And the model provided by the yolo's author can work, but the model trained by myself will occur this error.

@xiangweizeng
Copy link
Owner

Hi , Do you use the new base network or use the original network structure of the yolo author? If it is a new network structure, there should be a problem with the converted parameters. You need to find the layer with the error and adjust its parameters.

@wg1996
Copy link
Author

wg1996 commented Nov 23, 2018

Thank you for your kind answer, I will try your suggestion.

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

2 participants