Alexander Freytag 8 роки тому
батько
коміт
d089a282f2
1 змінених файлів з 17 додано та 0 видалено
  1. 17 0
      README.md

+ 17 - 0
README.md

@@ -0,0 +1,17 @@
+Summary
+==============
+A small wrapper library to extract activations of deep neural networks using the popular Caffe toolbox.
+
+Requirements / Dependencies
+==============
+* A compiled version of Caffe, tested with 2016-08-20 (hash 14643685a4693df0ea8364f468821 )
+* The source code was developed in Matlab 8.2
+
+Installation
+==============
+* setup required paths and 3rd-party dependencies via `initWorkspaceCaffeTools.m` (if caffe is not found on your system, a possible code mirror is suggested)
+
+Common errors
+==============
+* Do not forget to add caffe's dependencies (e.g., cuda, gflgs, protobuf, leveldb, lmdb, and mkl) to your LD_LIBRARY_PATH and PATH variable before starting Matlab
+