Last active
July 17, 2017 19:38
-
-
Save yuchsiao/a576f0fbb221ce0d5a0568c000ec2aa4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda install numpy scipy scikit-learn matplotlib seaborn pandas tensorflow keras | |
# in windows 10 | |
sudo apt-get install libopencv-dev python-opencv | |
sudo apt-get install execstack | |
conda install opencv | |
conda install -c mlgill imutils=0.3.6 | |
execstack -c $HOME/anaconda3/lib/libopencv_* | |
pip install imutils |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment