Warning on marker augmentation

This commit is contained in:
David PAGNON 2024-01-19 22:25:47 +01:00 committed by GitHub
parent 07ec3e46c1
commit f194b0d23b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).
</br>
## OpenSim kinematics