xingyizhou / CenterNet

Object detection, 3D detection, and pose estimation using center point detection:
MIT License
7.25k stars 1.92k forks source link

About the cpu version of CenterNet #39

Open nkliuyifang opened 5 years ago

nkliuyifang commented 5 years ago

I am interested in using CenterNet on my own laptop due to the lack of GPU. Could you please give some tips on the cpu version?

xingyizhou commented 5 years ago

I am also interested in that. But unfortunately, the deformable convolution implementation does not support cpu mode ...

nkliuyifang commented 5 years ago

Thanks for your reply!

Noltibus commented 5 years ago

So there is also no way to export the already trained version to a tensorflow compatible format?

xingyizhou commented 5 years ago

I am sure you can. There are tensorflow dcn implementations.

chenzhengnan commented 4 years ago

hi,Have you finished running the CPU version?