[caffe-contrib] 150/362: man: add manpage extract_features.1

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit afb1ee1801b378a627f11d6c13452204617d8922
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Tue Sep 1 12:03:19 2015 +0000

    man: add manpage extract_features.1
---
 debian/man/extract_features.1 | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/debian/man/extract_features.1 b/debian/man/extract_features.1
new file mode 100644
index 0000000..92affe0
--- /dev/null
+++ b/debian/man/extract_features.1
@@ -0,0 +1,35 @@
+.\"                                      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
+extract_features \- takes in a trained network and an input data layer, and then extract features of the input data produced by the net.
+
+.SH SYNOPSIS
+.B extract_features
+pretrained_net_param  feature_extraction_proto_file  extract_feature_blob_name1[,name2,...]  save_feature_dataset_name1[,name2,...]  num_mini_batches  db_type  [CPU/GPU] [DEVICE_ID=0]
+
+.SH DESCRIPTION
+you can extract multiple features in one pass by specifying multiple feature blob names and dataset names seperated by ','. The names cannot contain white space characters and the number of blobs and datasets must be equal.
+
+.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-contrib.git



More information about the debian-science-commits mailing list