From 28b1b0e719906038a336834d63fe8344999736b7 Mon Sep 17 00:00:00 2001 From: HunMinKim <144449115+rlagnsals@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:32:27 +0900 Subject: [PATCH] Add how to marker augmented.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 33585e7..cc5c9c2 100644 --- a/README.md +++ b/README.md @@ -415,16 +415,20 @@ Output:\
-### BODY_25_AUGMENTED (Test) -#### Marker augement -Set parameters(height, mass, version) in [project], [BODY_25_AUGMENTED] of Config.toml +### Triangulation key points with BODY_25_AUGMENTED (Test) +Set parameters(height, mass) in [project] 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: +Type `ipython`, If you want to triangulate and marker augment without filtering, test the following code: ``` python from Pose2Sim import Pose2Sim -Pose2Sim.augmenter() +Pose2Sim.triangulation_AUGMENTED() +``` +Or if you want to triangulate and marker augment with filtering, test the following code: +``` python +from Pose2Sim import Pose2Sim +Pose2Sim.triangulation_filt_AUGMENTED() ``` The .trc file should be located in pose-3d folder.\