From f194b0d23b8794f83e11d48ea211fc3d7788aa10 Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Fri, 19 Jan 2024 22:25:47 +0100 Subject: [PATCH] Warning on marker augmentation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9fa309b..fad065c 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,11 @@ Output:\ > _**Use the Stanford LSTM model to estimate the position of 47 virtual markers.**_\ > _**N.B.:**_ You can visualize your resulting filtered 3D coordinates with my (experimental) [Maya-Mocap tool](https://github.com/davidpagnon/Maya-Mocap) +_**Note that results are surprisingly not necessarily better after marker augmentation.**_\ +**Make sure that `participant_height` is correct in your `Config.toml` file.** `participant_mass` is mostly optional.\ +Will not work properly if missing values are not interpolated (i.e., if there are Nan value in the .trc file). + + Open an Anaconda prompt or a terminal in a `Session`, `Participant`, or `Trial` folder.\ Type `ipython`. @@ -443,11 +448,6 @@ from Pose2Sim import Pose2Sim Pose2Sim.markerAugmentation() ``` -**Make sure that `participant_height` is correct in your `Config.toml` file.**\ -`participant_mass` is mostly optional.\ -Will not work properly if missing values are not interpolated (i.e., if there are Nan value in the .trc file). - -
## OpenSim kinematics