Skip to content
Alessandro edited this page Apr 7, 2018 · 6 revisions
  1. Move data to Sherlock
  • rsync command
  • test: size on server == size on sherlock, maybe frames
  1. Extract frame times / timestamps
  • show_frames / ffprobe commands
  • test: do they agree with one another
  1. Extract and Rotate frames
  • ffmpeg commands
  • test: ffprobe counts == # of images in output
  • data folder with output
  1. Run MTCNN
  • mtcnn library, bash script to run, specify output, etc
  • test: # rows in CSV correspond to # frames
  1. Run OpenPose on videos
  • singularity / docker scripts? and bash script to use docker
  • JSON -> CSV
  • test: # rows == # frames
  • data folder
  1. Ground truth
  • scripts to get ground truth
  • data folder
  1. Merge data?
  • combine into giant csv
  • other sanity checks
  • all data goes here?
  1. Preliminary Analyses
  • rmd
  • use data in step 6
  1. Writeup
  • use data in step 6

Preprint available here

Clone this wiki locally