Skip to content

Instantly share code, notes, and snippets.

@jcheong0428
Created January 25, 2020 03:25
Show Gist options
  • Select an option

  • Save jcheong0428/5222c41d90ce9c63ff146069e6138b9d to your computer and use it in GitHub Desktop.

Select an option

Save jcheong0428/5222c41d90ce9c63ff146069e6138b9d to your computer and use it in GitHub Desktop.
# 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