RaspberryPi-FaceDetection-MTCNN-Caffe-With-Motion
RaspberryPi-FaceDetection-MTCNN-Caffe-With-Motion copied to clipboard
'import caffe' cause high CPU usage
I got a problem that when import caffe on my RPI 3B, the usage of CPU is about 75% high. I open a terminal, just type 'python', then type 'import caffe', and got CPU usage 75%.... I don't know what is wrong. Have you ever meet this problem?
I didn't experience this problem. Maybe you have to recompile caffe again. I compiled caffe by changing a few things such as changing swap space, memory split and log in desktop to give caffe compilation as much resource as I can.