Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aad7a84

Browse files
committed
Caffe mean: Fill in TODO arg descriptions.
1 parent 6cad2d6 commit aad7a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
if __name__ == '__main__':
1717
parser = argparse.ArgumentParser()
18-
parser.add_argument('meanPrefix', type=str, help="TODO")
19-
parser.add_argument('imageDir', type=str, help="TODO")
18+
parser.add_argument('meanPrefix', type=str, help="Prefix of the mean file.")
19+
parser.add_argument('imageDir', type=str, help="Directory of images to read.")
2020
args = parser.parse_args()
2121

2222
exts = ["jpg", "png"]

0 commit comments

Comments
 (0)