Update README.md
How to use marker augmenter
This commit is contained in:
parent
966afd723c
commit
187bfc1e1c
13
README.md
13
README.md
@ -415,7 +415,7 @@ Output:\
|
|||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
### Triangulation key points with BODY_25_AUGMENTED (Test)
|
### Marker Augmentation (Test)
|
||||||
Set parameters(height, mass) in [project] of Config.toml
|
Set parameters(height, mass) in [project] of Config.toml
|
||||||
|
|
||||||
Open a terminal, enter `pip show pose2sim`, report package location. \
|
Open a terminal, enter `pip show pose2sim`, report package location. \
|
||||||
@ -423,18 +423,13 @@ Copy this path and go to the Demo folder with `cd <path>\pose2sim\Demo\S00_Demo_
|
|||||||
Type `ipython`, If you want to triangulate and marker augment without filtering, test the following code:
|
Type `ipython`, If you want to triangulate and marker augment without filtering, test the following code:
|
||||||
``` python
|
``` python
|
||||||
from Pose2Sim import Pose2Sim
|
from Pose2Sim import Pose2Sim
|
||||||
Pose2Sim.triangulation_AUGMENTED()
|
Pose2Sim.augmenter()
|
||||||
```
|
```
|
||||||
Or if you want to triangulate and marker augment with filtering, test the following code:
|
Recommand you augment markers after filtering.\
|
||||||
``` python
|
|
||||||
from Pose2Sim import Pose2Sim
|
|
||||||
Pose2Sim.triangulation_filt_AUGMENTED()
|
|
||||||
```
|
|
||||||
|
|
||||||
The .trc file should be located in pose-3d folder.\
|
The .trc file should be located in pose-3d folder.\
|
||||||
If you enter inexact height, model'll be unstable.\
|
If you enter inexact height, model'll be unstable.\
|
||||||
If there is a Nan value in the .trc file, it will not work properly.\
|
If there is a Nan value in the .trc file, it will not work properly.\
|
||||||
Should input Marker_add.xml when you scale your model.
|
Should input Marker_add.xml in OpenSim when you scale your model.
|
||||||
|
|
||||||
## OpenSim kinematics
|
## OpenSim kinematics
|
||||||
> _**Obtain 3D joint angles.**_\
|
> _**Obtain 3D joint angles.**_\
|
||||||
|
Loading…
Reference in New Issue
Block a user