MVIG-SJTU / AlphaPose

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

Intallation probelms #1177

Open AlexAbades opened 9 months ago

AlexAbades commented 9 months ago

Hello, I am trying to replicate the alphapose enviroment. The problem is that i am working on a remote machine which I have no administrator permisions.

I believe the PyTorch intallation, which it is defined like:

conda install pytorch torchvision torchaudio pytorch-cuda=11.3 -c pytorch -c nvidia

Can be replace it with the official intallation coomand from the website:

CUDA 11.3

conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch

Thank you!