From 0a1ecf33a2e9ca168c73ec8d9c1dcd2ac8a851fe Mon Sep 17 00:00:00 2001 From: HunMinKim <144449115+rlagnsals@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:55:16 +0900 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 60db32a..8f322ff 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,23 @@ ## Please set undistort_points to false for now since reprojection error is currently inaccurate. I'll try to fix it soon. +## BODY_25_AUGMENTED +Currently it only works with BODY_25B and one .trc file. We'll fix it by January 11. +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. + + + + > **_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;\