diff --git a/.gitignore b/.gitignore index 85ee191..7b72918 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ logs.txt* *.egg-info/ dist/ **/*.avi -**/*.mp4 \ No newline at end of file +# **/*.mp4 \ No newline at end of file diff --git a/Content/Pose2Sim_Blender.mp4 b/Content/Pose2Sim_Blender.mp4 new file mode 100644 index 0000000..90637a9 Binary files /dev/null and b/Content/Pose2Sim_Blender.mp4 differ diff --git a/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam01.mp4 b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam01.mp4 new file mode 100644 index 0000000..546588f Binary files /dev/null and b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam01.mp4 differ diff --git a/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam02.mp4 b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam02.mp4 new file mode 100644 index 0000000..f5dc727 Binary files /dev/null and b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam02.mp4 differ diff --git a/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam03.mp4 b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam03.mp4 new file mode 100644 index 0000000..93ad0ac Binary files /dev/null and b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam03.mp4 differ diff --git a/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam04.mp4 b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam04.mp4 new file mode 100644 index 0000000..b603d43 Binary files /dev/null and b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T00_StaticTrial/videos/cam04.mp4 differ diff --git a/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam01.mp4 b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam01.mp4 new file mode 100644 index 0000000..c088934 Binary files /dev/null and b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam01.mp4 differ diff --git a/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam02.mp4 b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam02.mp4 new file mode 100644 index 0000000..63ee95d Binary files /dev/null and b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam02.mp4 differ diff --git a/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam03.mp4 b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam03.mp4 new file mode 100644 index 0000000..c9e8542 Binary files /dev/null and b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam03.mp4 differ diff --git a/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam04.mp4 b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam04.mp4 new file mode 100644 index 0000000..50eb47d Binary files /dev/null and b/Pose2Sim/Demo/S00_Demo_Session/S00_P00_Participant/S00_P00_T01_BalancingTrial/videos/cam04.mp4 differ diff --git a/README.md b/README.md index c0f2533..d271c77 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ If you can only use one single camera and don't mind losing some accuracy, pleas 1. [Installation](#installation) 2. [Demonstration Part-1: Build 3D TRC file on Python](#demonstration-part-1-build-3d-trc-file-on-python) 3. [Demonstration Part-2: Obtain 3D joint angles with OpenSim](#demonstration-part-2-obtain-3d-joint-angles-with-opensim) + 3. [Demonstration Part-3 (optional): Visualize your results with Blender](#demonstration-part-3-optional-visualize-your-results-with-blender) 2. [Use on your own data](#use-on-your-own-data) 1. [Setting your project up](#setting-your-project-up) 1. [Retrieve the folder structure](#retrieve-the-folder-structure) @@ -155,6 +156,19 @@ Pose2Sim.markerAugmentation()
+## Demonstration Part-3: Visualize your results with Blender +> _**Visualize your results and look in detail for potential areas of improvement (and more).**_ + +### Install the add-on +Follow instructions on the [Pose2Sim_Blender](https://github.com/davidpagnon/Pose2Sim_Blender) add-on page. + +### Visualize your results +Just play with the buttons! + +**N.B.:** You need to proceed to the full install to import the inverse kinematic results from OpenSim. See instructions [there](https://github.com/davidpagnon/Pose2Sim_Blender?tab=readme-ov-file#full-install). + + + # Use on your own data