OpenPose citation:
Z. Cao, G. Hidalgo, T. Simon, S. -E. Wei and Y. Sheikh, "OpenPose: Realtime Multi-Person 2D Pose Estimation Using Part Affinity Fields," in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 43, no. 1, pp. 172-186, 1 Jan. 2021, doi: 10.1109/TPAMI.2019.2929257.
DOI: 10.1109/TPAMI.2019.2929257
location code: https://osf.io/rxb8j/ ALL_MATERIALS_DOWNLOAD_V1.rar
citation: Trujillo, J.P. & Pouw, W. (2021-11-18). Full-Body Tracking Using OpenPose [day you visited the site]. Retrieved from: https://github.com/WimPouw/EnvisionBootcamp2021/tree/main/Python/MediaBodyTracking
from IPython.display import HTML
HTML('<iframe width="935" height="584" src="https://www.youtube.com/embed/mw8RymohMp0?start=8045" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>')
The first bit of the script is just getting the list of files that it needs to process, and then creating variable names for its output files and directors. Then we actually run the analysis in this line:
bin/OpenPoseDemo.exe --video \\$file_new --hand --write_json \\$output_json_folder --write_video \\$output_video_filename
There are a couple of things we can customize here.