Convolutional-Pose-Machines-Pytorch
Convolutional-Pose-Machines-Pytorch copied to clipboard
Concat operation wrong dim?
Hi, I read your cpm_model.py and found you assign dim = 1 when doing torch.cat. But the tensor in pytroch is in c,h,w. So shouldn't dim be 0?