xiangweizeng / darknet2ncnn

Darknet2ncnn converts the darknet model to the ncnn model
Do What The F*ck You Want To Public License
158 stars 56 forks source link

ncnn error -100 #28

Closed lyolve closed 5 years ago

lyolve commented 5 years ago

ncnn error:-100 what happening?

xiangweizeng commented 5 years ago

需要定位具体出现错误的网络层, 如果是YOLO网络层,那么很可能是算法没有检测到目标, 返回了-100的错误。

lizozom commented 2 years ago

@xiangweizeng if no objects are detected, should I expect a -100 error code?

Is there a way to distinguish this from an empty input matrix or other errors?

Also, how would one determine the layer from which the error is returned?