mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
10 lines
195 B
Bash
Executable File
10 lines
195 B
Bash
Executable File
#! /bin/sh
|
|
|
|
echo "Running FaceMovie from Script !"
|
|
|
|
ROOT="./facemovie"
|
|
IN_DATA="data/input/Aurelie"
|
|
OUT_DATA="data/output"
|
|
|
|
python ${ROOT}/Facemoviefier.py -r $ROOT -i $IN_DATA -o $OUT_DATA -t i
|