Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 476 Bytes

Colorization Using Optimization

python implementation of the Colorization Using Optimization algorithm

installation

  • install the base packages required for the python modules
    • gfortran
    • libblas-dev
    • liblapack-dev
    • libsuitesparse-dev
    • python-numpy
  • pip install python modules
    • scipy
    • scikits-image
    • scikits.sparse
    • scikits.learn