Mercurial > ift6266
comparison scripts/run_pipeline.sh @ 183:992ca8035a4d
Adapted pipeline to new directory structure
author | boulanni <nicolas_boulanger@hotmail.com> |
---|---|
date | Sat, 27 Feb 2010 19:21:57 -0500 |
parents | 1f5937e9e530 |
children |
comparison
equal
deleted
inserted
replaced
182:2b6a28e4cadc | 183:992ca8035a4d |
---|---|
13 for arg in "$@" | 13 for arg in "$@" |
14 do | 14 do |
15 echo $arg >> $PIPELINE_ARGS_TMPFILE | 15 echo $arg >> $PIPELINE_ARGS_TMPFILE |
16 done | 16 done |
17 | 17 |
18 gimp -i --batch-interpreter python-fu-eval --batch - < pipeline.py | 18 gimp -i --batch-interpreter python-fu-eval --batch - < ../data_generation/pipeline/pipeline.py |
19 | 19 |
20 | 20 |