-
Notifications
You must be signed in to change notification settings - Fork 313
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
NNPACK causing segmentation fault #188
Comments
Please run your binary under |
pi@raspberrypi:~/darknet-nnpack $ gdb --args ./darknet detector test cfg/coco.data cfg/yolov3-tiny.cfg yolov3-tiny.weights data/dog.jpg For help, type "help". Thread 1 "darknet" received signal SIGSEGV, Segmentation fault. @Maratyszcza |
@Maratyszcza in case the cpu info is required . processor : 1 processor : 2 processor : 3 Hardware : BCM2835 |
https://github.com/digitalbrain79/darknet-nnpack |
@Maratyszcza Ive updated the software on the rpi as well . |
Try to revert NNPACK to commit bda381b and check if it solves the problem |
I tried reverting back, it did not solve the problem . |
@Maratyszcza im getting multiple deprecated threadpool warnings during the make command, although the make is successful always . |
@Shivankit99 Warnings about the deprecated functions are not the reason for the crash. I ran out of ideas about the possible reason, and don't have time to investigate. |
Im using NNPACK to speed up yolov3 on a raspberry pi 3b+.
I have tried different repositories that give yolo with NNPACK(digitalbrain79,shizukachan) but all are giving a segmentation fault.
I tried testing the model without NNPACK and it seemed to be working just fine.
@Maratyszcza Do you think this is an issue with NNPACK or is it something else ?
The text was updated successfully, but these errors were encountered: