YYuanAnyVision / mxnet_mtcnn_face_detection

MTCNN face detection
738 stars 314 forks source link

换成GPU 后速度超慢 #32

Open xxllp opened 6 years ago

xxllp commented 6 years ago

如题,我把设备换成GPU后速度比CPU 慢很多,要6s ,这是为啥。是跟库的版本有关系嘛

lironghua318 commented 6 years ago

调小num_worker为1或者2,但是速度还是慢,和论文作者提到的99fps还有很大距离

guangyuan502 commented 4 years ago

Pool.map(detect_first_stage_warpper, izip(repeat(img), self.PNets[:len(batch)], [s .......simple_bind error你们怎么解决的 ,能分享一下嘛