runprediction.sh - CRBS/cdeep3m GitHub Wiki
Runs Deep3M prediction using via caffe writing output to predictoutdir
Usage:
usage: runprediction.sh [-h] [--models MODELS] [--augspeed AUGSPEED]
[--gpu GPU] [--maxpackages PACKAGES]
trainoutdir imagesdir predictoutdir
Version: 1.6.0
Runs Deep3M prediction using via caffe writing output
to predictoutdir
positional arguments:
trainoutdir Directory containing Deep3m trained models
images Directory of images to process
predictoutdir Directory containing output from prediction
optional arguments:
-h, --help show this help message and exit
--gpu Which GPU to use, can be a number ie 0 or 1 or
all to use all GPUs (default all)
--models Only run prediction on models specified
in comma delimited list. (default 1fm,3fm,5fm)
--augspeed Augmentation speed. Higher the number
the less augmentations generated and
faster performance at cost of lower
accuracy. (valid values 1, 2, 4, 10)
(default 1)
--maxpackages Number of packages to preprocess before
waiting for prediction to catch up. The
larger the number the more disk space used,
but less likely prediction has to wait
for data to be preprocessed. (default 3)