HRNet / HigherHRNet-Human-Pose-Estimation

This is an official implementation of our CVPR 2020 paper "HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation" (https://arxiv.org/abs/1908.10357)
MIT License
1.35k stars 272 forks source link

Can inference run without GPU? #85

Open jinzishuai opened 3 years ago

jinzishuai commented 3 years ago

I understand that without GPU it would be much slower. My question is that performance aside, would the code (interference particularly) even run on a machine without GPU (such as a Mac laptop)? I know many pytorch based projects support both but not sure if that is true for this one. Thanks a lot.