RSA_pycaffe
RSA_pycaffe copied to clipboard
How much time cost to detect the image of 14 faces?
I try this demo, but the time cost so much .I am not sure there are some problem of my computer or the way to cumpute the time cost. So, how much time cost when you detect the image?
@yanzi6969 Fret not, it indeed takes a few seconds. lol
So slow... Cant use without gpu
I just come across the error"cudaSuccess (2 vs. 0) out of memory". My GPU is GTX850 and I use the code to
predict only one image. Is there something wrong?
hi @geyongtao , first, make sure your Caffe Build with CUDNN enabled, then try modifying
max_img = 2048
to some small number.
Thank you! I would have a try.