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.34k stars 272 forks source link

which version of torchvision do u use? #66

Open zimenglan-sysu-512 opened 4 years ago

bowenc0221 commented 4 years ago

It is tested with the torchvision accompanied with PyTorch v1.4.0.

You can install it with conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=10.1 -c pytorch