Skip to content

Commit 1b31c57

Browse files
committed
Caffe Image Mean: Add description.
1 parent 2a2fa46 commit 1b31c57

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

python2.7/caffe-compute-image-mean.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/usr/bin/env python2
22

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+
310
import sys
411
sys.path.append("/home/bamos/repos/caffe-local/python")
512

0 commit comments

Comments
 (0)