MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
7.84k stars 1.96k forks source link

Cuda root directory on University managed HPC cluster system #1133

Closed mtaimooradil closed 1 year ago

mtaimooradil commented 1 year ago

Hi Everyone,

I am trying to set up alphapose on a university managed HPC system. As the system is university managed, I do not have access to sudo and I do not have paths to cuda library. I can only access cuda as a library or a module to run my scripts. But to set up alphapose I need to make a PATH variable for CUDA root directory. It does not work if I give this path to CUDA library or if I just load the module. If someone can provide any help with this, it would be amazing.

Thanks Taimoor

image image

coder-rakeshpaul commented 3 months ago

@mtaimooradil did you figure this out??

mtaimooradil commented 3 months ago

@mtaimooradil did you figure this out??

Yes, loading the module does load the CUDA libraries. But sometimes, the names of environment variables are a bit different than what Alphapose is expecting so I had to manually check each environment variable for CUDA-related paths. I have not figured it out for the case of Openpose (there even the renaming of environment variables doesn't work), but that is not an issue for this repository.