From 8cb931bb5931981cc18317004899ae3cac70ad4a Mon Sep 17 00:00:00 2001 From: HunMinKim <144449115+rlagnsals@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:30:08 +0900 Subject: [PATCH] Update README.md --- README.md | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 42bd0a2..9b4c51c 100644 --- a/README.md +++ b/README.md @@ -16,30 +16,6 @@ ## Please set undistort_points to false for now since reprojection error is currently inaccurate. I'll try to fix it soon. -# BODY_25_AUGMENTED (Test this!) -### Marker augement -Set parameters(height, mass, version) in [project], [BODY_25_AUGMENTED] of Config.toml - -Open a terminal, enter `pip show pose2sim`, report package location. \ -Copy this path and go to the Demo folder with `cd \pose2sim\Demo\S00_Demo_Session`. \ -Type `ipython`, and test the following code: -``` python -from Pose2Sim import Pose2Sim -Pose2Sim.augmenter() -``` - -The .trc file should be located in pose-3d folder.\ -If you enter inexact height, model'll be unstable.\ -If there is a Nan value in the .trc file, it will not work properly. - -### Opensim scailing and IK -Scaling : \ -File -> Open model -> Load LaiUhlrich2022.osim or LaiUhlrich2022_shoulder.osim -> Tools -> Scale model -> Load -> Setup_scailing_LSTM.xml -> Check Add markers from file box -> Load Marker_add.xml -> Load your .trc file -> Run - -IK : \ -Tools -> Inverse Kinematics -> Load -> Setup_IK.xml or Setup_IK_shoulder.xml -> Load your .frc file -> Run - - > **_News_: Version 0.5 released:** \ > **Deep change in the folder structure to allow for automatic batch processing!**\ Incidentally, right/left limb swapping is now handled, which is useful if few cameras are used;\ @@ -439,6 +415,23 @@ Output:\
+### BODY_25_AUGMENTED (Test this!) +#### Marker augement +Set parameters(height, mass, version) in [project], [BODY_25_AUGMENTED] of Config.toml + +Open a terminal, enter `pip show pose2sim`, report package location. \ +Copy this path and go to the Demo folder with `cd \pose2sim\Demo\S00_Demo_Session`. \ +Type `ipython`, and test the following code: +``` python +from Pose2Sim import Pose2Sim +Pose2Sim.augmenter() +``` + +The .trc file should be located in pose-3d folder.\ +If you enter inexact height, model'll be unstable.\ +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. + ## OpenSim kinematics > _**Obtain 3D joint angles.**_\ > Your OpenSim .osim scaled model and .mot inverse kinematic results will be found in the OpenSim folder of your `Participant` directory.