-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Alessandro edited this page May 11, 2018
·
3 revisions
- Move data to Sherlock
- rsync command
- test: size on server == size on sherlock, maybe frames (?)
- Extract frame times / timestamps
- use show_frames to extract all frames and their timings (data/raw)
- parse text files into csv with frame + timing (inside data/parsed)
- (tests: potentially check with ffprobe)
- Extract and Rotate frames
- ffmpeg commands (currently bash script calls python -- maybe consolidate?)
- test: ffprobe counts == # of images in output (create tests folder)
- data folder with output (this will probably have to be specified with link to $PI_SCRATCH, too big a folder)
- also pull a frame and check if needs to be rotated
- Run MTCNN
- mtcnn library, bash script to run, specify output, etc
- test: # rows in CSV correspond to # frames
- Run OpenPose on videos
- singularity / docker scripts? and bash script to use docker
- JSON -> CSV
- test: # rows == # frames
- data folder
- Ground truth
- scripts to get ground truth
- data folder
- Merge data?
- combine into giant csv
- other sanity checks
- all data goes here?
- Preliminary Analyses
- rmd
- use data in step 6
- Writeup
- use data in step 6