pytorch-openpose icon indicating copy to clipboard operation
pytorch-openpose copied to clipboard

when run'demo_camera.py', error like this

Open yanghhx opened this issue 4 years ago • 2 comments

File "demo_camera.py", line 15, in print(f"Torch device: {torch.cuda.get_device_name()}") TypeError: get_device_name() missing 1 required positional argument: 'device'

yanghhx avatar Nov 29 '20 12:11 yanghhx

I have the same issue

ahmedadamji avatar Dec 23 '20 21:12 ahmedadamji

Comment out it. If you have no CUDA GPU

PatrickChoDev avatar Jan 24 '21 05:01 PatrickChoDev