Skip to content

Instantly share code, notes, and snippets.

@kndt84
Created October 29, 2018 11:32
Show Gist options
  • Save kndt84/6aa9162132ad51317910dc49d657c30d to your computer and use it in GitHub Desktop.
Save kndt84/6aa9162132ad51317910dc49d657c30d to your computer and use it in GitHub Desktop.
#!/bin/sh
for var in video0_2018-10-18 video0_2018-10-19 video0_2018-10-20 video0_2018-10-21 video0_2018-10-22
do
docker run --runtime=nvidia --rm -v /mnt:/data sensevideo /opt/algorithm/build/cli --input /data/src/${var}.mp4 --output /data/dst/${var}.mp4 --log /data/dst/${var}.txt &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment