System Status

MBP

MacPorts

  • Python27
  • Python34
  • python35
  • opencv @3.3.1_1+contrib+python35 (active)
  • boost @1.59.0_2+no_single+no_static+python35
  • boost @1.59.0_3+no_single+no_static+python35 (active)
  • boost-python: NO separate one. come along with boost 1.59 there is ‘/opt/local/lib/libboost_python-mt.dylib’
  • ImageMagick @6.9.8-4_0+x11 (active)
  • Desktop Qt 5.9.2 from MacPorts x86_64
  • pdf-table-extract
    • /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
    • /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/pdf-table-extract

Anaconda

  • OpenCV upgraded to 3.3.0, conda install -c conda-forge opencv, 06/03/18
  • opencv 3.1.0 (as of 02/02/18, still only has 3.2.0 for Linux-64)
  • python 3.5.2
  • dlib 19.7.0 (python3 setup.py install –yes USE_AVX_INSTRUCTIONS –no DLIB_USE_CUDA)(17/11/17)
  • py27env
  • pip 8.1.2 (python 3.5/site-packages)
    • numpy 1.11.1
    • dlib 19.9.0 (pip install –upgrade dlib) (29/01)
    • face_recognition 1.2.1 (2018-02-01) (pip install --upgrade face_recognition) (09/03)

Docker container bamos/openface

  • python 2.7.6
  • opencv 2.4.11

Homebrew (Started from OpenFace, finally)

  • tbb
  • ImageMagick (around 22/01 - 24/01)
    • Boost 1.66.0 (bottled)
    • boost-python 1.66.0 (bottled)
    • ImageMagick 7.0.7-22
  • dlib (~29/01, pyimagesearch)
    • NOT INSTALLED, YET

Checking your OpenCV version using Python
Basically, use cv2.__version__

$ python

import cv2
cv2.version


版权声明:本文为windtalkersm原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。