face-everthing icon indicating copy to clipboard operation
face-everthing copied to clipboard

run in cpu?

Open billtiger opened this issue 8 years ago • 3 comments

first,thank you for your shared codes! now,I want to test the speed on the cpu,so i want to know if your code can run in cpu? @tpys

billtiger avatar Nov 06 '17 03:11 billtiger

i have the same question:)

anguoyang avatar Nov 11 '17 03:11 anguoyang

i don't test my code with cpu, but the detection alignment and recognition part, are all trained with caffe, so they definitely can run in cpu, but need to change some code. like caffe.set_mode_cpu(). current the most time consuming part is alignment. i am trying to retrain a small face alignment model to reduce that.

tpys avatar Nov 16 '17 14:11 tpys

Do you test the code with cpu successfully? @billtiger @anguoyang

youthM avatar May 30 '19 11:05 youthM