DurhamARC / raga-pose-estimation

MIT License
4 stars 1 forks source link

Ensure everything works from a single script and produces a CSV #10

Closed alisonrclarke closed 4 years ago

alisonrclarke commented 4 years ago

Ideal output: a big table/csv for each individual in each video, with all/selected markers.

MC: That would give us a complete pipeline from input video to output of CSV of movement data and visualisation for selected markers; parameters would include cropping the video (to focus on the people we want to track), optimising accuracy and smoothing.

alisonrclarke commented 4 years ago

Working on issue10_script_csv branch. Have created initial CLI script which outputs CSV file.

Still todo: