xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
613 stars 143 forks source link

pose estimation in video #23

Closed bilawal-mahmood closed 6 years ago

bilawal-mahmood commented 6 years ago

Is this code work for video? I give a video to code. it is giving following error: Traceback (most recent call last): File "demo.py", line 31, in main() File "demo.py", line 17, in main input = torch.from_numpy(img.transpose(2, 0, 1)).float() / 256. AttributeError: 'NoneType' object has no attribute 'transpose'

xingyizhou commented 6 years ago

No.

Easyfeng222 commented 5 years ago

@xingyizhou when I running :python demo.py -demo /home/feng/pytorch-pose-hg-3d/demo always raise this problem.Thanks for your help Traceback (most recent call last): File "demo.py", line 35, in main() File "demo.py", line 20, in main input = torch.from_numpy(img.transpose(2, 0, 1)).float() / 256. AttributeError: 'NoneType' object has no attribute 'transpose'