joshbrun / ExerciseDataCollection

ExerciseDataCollection is the preprocessing system for our BE(Hons) honors project. Automatic system to download, extract, process and create trainable models via skeletal mapping via OpenPose.
2 stars 0 forks source link

If user uploads a vertical video, openpose makes it horizontal. #14

Closed joshbrun closed 6 years ago

joshbrun commented 6 years ago

Things we can do to fix this: Tell the user to film horizontally check if the vertical height of the video is more than the width, if so run a ffmpeg script to rotate it after uploading to s3.

joshbrun commented 6 years ago

Not an issue currently