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

assert(isinstance(orig, torch.nn.Module)) #68

Closed Scheng-xiang closed 4 years ago

Scheng-xiang commented 4 years ago

when tried to run the dist_train.py, this problem happened? what can I do to solve it?

Scheng-xiang commented 4 years ago

it seems that i have fixed this problem.