The code takes a video and adds pose information onto it. For best usage ensure that there aren't many people in the frame.
- opencv (pip install opencv-contrib-python)
- ffmpeg
Place the video in question in the same folder and then:
- Adjust the input name, length of video required in run.sh. Defaults to
dancing.mp4
and 30 seconds otherwise. - Run
bash run.sh
.