mkocabas / EpipolarPose

Self-Supervised Learning of 3D Human Pose using Multi-view Geometry (CVPR2019)
Other
598 stars 97 forks source link

Ubuntu 18 #13

Closed KevinKons closed 5 years ago

KevinKons commented 5 years ago

Does it work on ubuntu 18? I have a problem with ubuntu 16 on my laptop.

mkocabas commented 5 years ago

Yes, it works! I am using it with Ubuntu 18.04 currently.

KevinKons commented 5 years ago

Nice! wich version of cuda are you using? @mkocabas

mkocabas commented 5 years ago

I am using 10.1 but it doesn't matter if you are using the correct the pytorch version which is >1.0 in this repo. Besides if you install pytorch using the official installation guide, it will install the compatible cudatoolkit along with pytorch.

KevinKons commented 5 years ago

Understood! Thanks for the support!