D-X-Y/landmark-detection

[feature request] SBR on CPU?

Closed this issue · 2 comments

Is it possible to run SBR on CPU without CUDA? If yes, could you please give some info on how to achieve that?

I tried to replace cuda code but I am stuck with line 51 in eval.py
net = net.cuda()
not sure how to replace it!

I just removed .cuda() from everywhere in eval.py! thanks

D-X-Y commented

Cool!