Update README.md

This commit is contained in:
HunMinKim 2024-01-09 19:55:16 +09:00 committed by GitHub
parent fe0a3e66c2
commit 0a1ecf33a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <path>\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;\