facebookresearch / frankmocap

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

Missing packages required by frankmocap #144

Open Junyi-99 opened 3 years ago

Junyi-99 commented 3 years ago

I found there are some packages also need to be installed when I deploy frankmocap as a container based on nvidia-docker:

sudo apt-get install libglu1-mesa libxi-dev libxmu-dev libglu1-mesa-dev freeglut3-dev 
penincillin commented 3 years ago

@Military-Doctor Thanks for your kind reminder ! We will add the missing packages into our installation guide.

Junyi-99 commented 3 years ago

Hi,

It seems you guys are quite busy, so please allow me to update the installation guide and add a Dockerfile available for use.

Please check pull request #146

Thanks!

penincillin commented 3 years ago

@Military-Doctor Thanks for your help ! We will check the provided docker and consider merge it with our code. Thanks !