facebookresearch / frankmocap

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

OpenGL.error #177

Closed Taylorminer closed 2 years ago

Taylorminer commented 2 years ago

How to solve the problem? 1638754172710

Taylorminer commented 2 years ago

I try to use pytoch3d. But there is a new problem. 3

penincillin commented 2 years ago

@Taylorminer For pytorch-3d issue, the error is raised by not importing Pytorch3dRenderer correctly. Can you just run from renderer.p3d_renderer import Pytorch3dRenderer and see what happens?

Taylorminer commented 2 years ago

4

@Taylorminer For pytorch-3d issue, the error is raised by not importing Pytorch3dRenderer correctly. Can you just run from renderer.p3d_renderer import Pytorch3dRenderer and see what happens?

penincillin commented 2 years ago

@Taylorminer It seems that the CUDA is not correctly installed or the path of CUDA is not correctly set.