Closed nsantavas closed 1 year ago
https://github.com/Maratyszcza/NNPACK/blob/master/include/nnpack.h#L78
need to call nnp_initialize() in C code somewhere first.
I resolve this problem from here: https://github.com/pjreddie/darknet/issues/1288#issuecomment-449387774
I'm trying to run darknet from python on raspberry pi 3 using rasPi camera and opencv and after loading weights returns the following error:
But when I run darknet from terminal everything works fine, included real time stream from webcam
This is the code for webcam