xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
615 stars 141 forks source link

Installation of OpenCV #10

Closed manza-ari closed 6 years ago

manza-ari commented 6 years ago

Hi, Shall I install openCV by following all these instructions: https://www.learnopencv.com/install-opencv3-on-ubuntu/

salihkaragoz commented 6 years ago

this is the easier way...

https://asciinema.org/a/WHfIDk8R6T5ORjXTyENIFQNk9

xingyizhou commented 6 years ago

I used conda install --channel https://conda.anaconda.org/menpo opencv. I recommend using Anocanda python for this project.