Created
January 25, 2020 03:25
-
-
Save jcheong0428/5222c41d90ce9c63ff146069e6138b9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # clear any previous outputs. | |
| !rm -rf processed | |
| # detect poses on the these 10 seconds. | |
| !./OpenFace/build/bin/FaceLandmarkVidMulti -f video.mp4 -out_dir processed | |
| # convert the result into MP4 | |
| !ffmpeg -y -loglevel info -i processed/video.avi output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment