[caffe] 147/249: man: add manpage convert_imageset.1
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Tue Mar 8 14:51:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
cdluminate-guest pushed a commit to branch debian/experimental
in repository caffe.
commit 4c9e41980bf015ca0885b428cdb8a2fe5435f8f8
Author: Zhou Mo <cdluminate at gmail.com>
Date: Tue Sep 1 11:59:14 2015 +0000
man: add manpage convert_imageset.1
---
debian/man/convert_imageset.1 | 69 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
diff --git a/debian/man/convert_imageset.1 b/debian/man/convert_imageset.1
new file mode 100644
index 0000000..09b9345
--- /dev/null
+++ b/debian/man/convert_imageset.1
@@ -0,0 +1,69 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2015 Zhou Mo <cdluminate at gmail.com>,
+.\"
+.TH CAFFE 1 "Sept 1. 2015"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+convert_imageset \- Convert a set of images to the leveldb/lmdb
+format used as input for Caffe.
+
+.SH SYNOPSIS
+.B convert_imageset
+[FLAGS] ROOTFOLDER/ LISTFILE DB_NAME
+
+.SH DESCRIPTION
+The ImageNet dataset for the training demo is at
+http://www.image-net.org/download-images
+
+.SH FLAGS
+.SS Flags from /tmp/caffe/tools/convert_imageset.cpp:
+.TP
+.B \-backend
+(The backend {lmdb, leveldb} for storing the result) type: string
+default: "lmdb"
+.TP
+.B \-check_size
+(When this option is on, check that all the datum have the same
+size) type: bool default: false
+.TP
+.B \-encode_type
+(Optional: What type should we encode the image as
+('png','jpg',...).) type: string default: ""
+.TP
+.B \-encoded (When this option is on, the encoded image will be save in datum)
+type: bool default: false
+.TP
+.B \-gray
+(When this option is on, treat images as grayscale ones) type: bool
+default: false
+.TP
+.B \-resize_height
+(Height images are resized to) type: int32 default: 0
+.TP
+.B \-resize_width
+(Width images are resized to) type: int32 default: 0
+.TP
+.B \-shuffle
+(Randomly shuffle the order of images and their labels) type: bool
+default: false
+
+.SH HOMEPAGE
+http://caffe.berkeleyvision.org
+.SH BUGS
+https://github.com/BVLC/caffe/issues
+
+.SH SEE ALSO
+.BR convert_imageset(1),
+.br
+This manpage is written by Zhou Mo according to the help message of upstream program.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe.git
More information about the debian-science-commits
mailing list