RaspberryPi-FaceDetection-MTCNN-Caffe-With-Motion icon indicating copy to clipboard operation
RaspberryPi-FaceDetection-MTCNN-Caffe-With-Motion copied to clipboard

'import caffe' cause high CPU usage

Open zhangguanqun opened this issue 8 years ago • 1 comments

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?

zhangguanqun avatar Apr 18 '17 02:04 zhangguanqun

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.

arasharchor avatar Aug 09 '17 14:08 arasharchor