issue on handle_LR_swap and undistort_points

This commit is contained in:
David PAGNON 2024-01-12 10:20:07 +01:00 committed by GitHub
parent fe0a3e66c2
commit 54290f5325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,14 @@
# Pose2Sim # Pose2Sim
## 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 and handle_LR_swap to false for now since reprojection error is currently inaccurate. I'll try to fix it soon.
> **_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!**\
<!--The Stanford LSTM marker augmentation is now supported!\
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;\
and lens distortions are better taken into account.\ and lens distortions are better taken into account.\ -->
To upgrade, type `pip install pose2sim --upgrade`. > To upgrade, type `pip install pose2sim --upgrade`.
> >
> *N.B.:* As always, I am more than happy to welcome contributors (see [How to contribute](#how-to-contribute)). > *N.B.:* As always, I am more than happy to welcome contributors (see [How to contribute](#how-to-contribute)).