facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.12k stars 373 forks source link

Issue while running Frankmocap #143

Closed antonioia9 closed 2 years ago

antonioia9 commented 2 years ago

Hi, i have this error while running Frankmocap from Anaconda Prompt: File "C:\MOCAP\frankmocap\demo\demo_frankmocap.py", line 228, in main assert torch.cuda.is_available(), "Current version only supports GPU" AssertionError: Current version only supports GPU

my gpu is amd radeon 535, is it possible to run frankmocap whit this gpu??

penincillin commented 2 years ago

@antonioia9 Current code cannot support an AMD GPU. You may check to this pull request to use CPU.