Update README.md
This commit is contained in:
parent
fe0a3e66c2
commit
0a1ecf33a2
17
README.md
17
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.
|
## 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:** \
|
> **_News_: Version 0.5 released:** \
|
||||||
> **Deep change in the folder structure to allow for automatic batch processing!**\
|
> **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;\
|
Incidentally, right/left limb swapping is now handled, which is useful if few cameras are used;\
|
||||||
|
Loading…
Reference in New Issue
Block a user