yuanyuanli85 / Fast_Human_Pose_Estimation_Pytorch

Pytorch Code for CVPR2019 paper "Fast Human Pose Estimation" https://arxiv.org/abs/1811.05419
Apache License 2.0
325 stars 53 forks source link

mobile=false #8

Open wm901115nwpu opened 5 years ago

wm901115nwpu commented 5 years ago

when I try to set --mobile=false, it cou;dn't work.

wm901115nwpu commented 5 years ago

https://cloud.tencent.com/developer/ask/188470

yuanyuanli85 commented 5 years ago

don't pass --mobile, mobile will be false by default

wm901115nwpu commented 5 years ago

oh, I know.