gustavla / autocolorize

Automatic colorizaton of grayscale images using Deep Learning
BSD 3-Clause "New" or "Revised" License
220 stars 65 forks source link

installing dependencies #5

Closed jmokoistinen closed 7 years ago

jmokoistinen commented 7 years ago

I have ubuntu 16.04. Seems the dependencies are quite hard to install. (protobuf, ... cv 3.0.0) either wrong headers/too new compiler... etc. any better tutorial on that? How to install all from the source and in which order?

gustavla commented 7 years ago

There are extensive installation options at the Caffe website: http://caffe.berkeleyvision.org/installation.html

The extra layers should not make it any harder, except possibly the extended data loading layer. However, that one can easily be skipped and replaced with the built-in one.