1 parent 2a2fa46 commit 1b31c57Copy full SHA for 1b31c57
1 file changed
python2.7/caffe-compute-image-mean.py
@@ -1,5 +1,12 @@
1
#!/usr/bin/env python2
2
3
+__author__ = ['[Brandon Amos](http://bamos.github.io)']
4
+__date__ = '2015.08.10'
5
+
6
+"""
7
+This script computes the mean of a directory of images for Caffe.
8
9
10
import sys
11
sys.path.append("/home/bamos/repos/caffe-local/python")
12
0 commit comments