diff options
| author | cam <cameron@ideum.com> | 2016-10-08 14:48:35 -0600 |
|---|---|---|
| committer | cam <cameron@ideum.com> | 2016-10-08 14:48:35 -0600 |
| commit | 13e123eb104ceadc377ee32be2a96bb574c08d94 (patch) | |
| tree | 020f74c3fd3c0422929df17dce2faf533dc795df /video_input/run-deepflow.sh | |
First commit
Diffstat (limited to 'video_input/run-deepflow.sh')
| -rw-r--r-- | video_input/run-deepflow.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/video_input/run-deepflow.sh b/video_input/run-deepflow.sh new file mode 100644 index 0000000..68fd593 --- /dev/null +++ b/video_input/run-deepflow.sh @@ -0,0 +1,10 @@ +if [ "$#" -ne 3 ]; then + echo "This is an auxiliary script for makeOptFlow.sh. No need to call this script directly." + exit 1 +fi +if [ ! -f deepmatching-static ] && [ ! -f deepflow2-static ]; then + echo "Place deepflow2-static and deepmatching-static in this directory." + exit 1 +fi + +./deepmatching-static $1 $2 -nt 0 | ./deepflow2-static $1 $2 $3 -match
\ No newline at end of file |
