We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I test the model,the error i met below:
*** Aborted at 1536568164 (unix time) try "date -d @1536568164" if you are using GNU date *** PC: @ 0x7fb593335ceb caffe::DetectionEvaluateLayer<>::Forward_cpu() *** SIGSEGV (@0x0) received by PID 16233 (TID 0x7fb59408da40) from PID 0; stack trace: *** @ 0x7fb5913bccb0 (unknown) @ 0x7fb593335ceb caffe::DetectionEvaluateLayer<>::Forward_cpu() @ 0x7fb5933bc0e2 caffe::Net<>::ForwardFromTo() @ 0x7fb5933bc30f caffe::Net<>::Forward() @ 0x40ab36 testDetection() @ 0x409944 main @ 0x7fb5913a7f45 (unknown) @ 0x409a10 (unknown) @ 0x0 (unknown) Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
Do you test the pretrained model for VOC?
Sorry, something went wrong.
No branches or pull requests
When I test the model,the error i met below:
*** Aborted at 1536568164 (unix time) try "date -d @1536568164" if you are using GNU date ***
PC: @ 0x7fb593335ceb caffe::DetectionEvaluateLayer<>::Forward_cpu()
*** SIGSEGV (@0x0) received by PID 16233 (TID 0x7fb59408da40) from PID 0; stack trace: ***
@ 0x7fb5913bccb0 (unknown)
@ 0x7fb593335ceb caffe::DetectionEvaluateLayer<>::Forward_cpu()
@ 0x7fb5933bc0e2 caffe::Net<>::ForwardFromTo()
@ 0x7fb5933bc30f caffe::Net<>::Forward()
@ 0x40ab36 testDetection()
@ 0x409944 main
@ 0x7fb5913a7f45 (unknown)
@ 0x409a10 (unknown)
@ 0x0 (unknown)
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: