Please install the following packages to set up the python environment for computer vision.
Python
The compiler of Python 3.
- brew install python3
Numpy
A library for numerical calculation.
- pip install numpy
Scipy
A library for scientific computing.
- pip install scipy
Matplotlib
Powerful library to make plots.
- pip install matplotlib
Ipython
A browser-based notebook for interactive computing.
- pip install ipython[notebook]
- pip install pyzmq jinja2 tornado jsonschema mpld3
Ipdb
IPython-enabled python debuger.
- pip install ipdb
Scikit-learn
Machine Learning library.
- pip install scikit-learn
Scikit-image
Image processing library.
- pip install scikit-image
Pandas
A library for data analysis.
- pip install pandas
pytest
A mature full-featured Python testing tool.
- pip install pytest
comments powered by Disqus