From 6eeaef644559dd4fc4e11d49add7dd00d288b0da Mon Sep 17 00:00:00 2001 From: davidpagnon Date: Mon, 5 Feb 2024 17:49:10 +0100 Subject: [PATCH] change version --- Pose2Sim/Utilities/AlphaPose_to_OpenPose.py | 2 +- Pose2Sim/Utilities/Blazepose_runsave.py | 2 +- Pose2Sim/Utilities/DLC_to_OpenPose.py | 2 +- Pose2Sim/Utilities/__init__.py | 2 +- Pose2Sim/Utilities/c3d_to_trc.py | 2 +- Pose2Sim/Utilities/calib_easymocap_to_toml.py | 2 +- Pose2Sim/Utilities/calib_from_checkerboard.py | 2 +- Pose2Sim/Utilities/calib_qca_to_toml.py | 2 +- Pose2Sim/Utilities/calib_toml_to_easymocap.py | 2 +- Pose2Sim/Utilities/calib_toml_to_opencap.py | 2 +- Pose2Sim/Utilities/calib_toml_to_qca.py | 2 +- Pose2Sim/Utilities/json_display_with_img.py | 2 +- Pose2Sim/Utilities/json_display_without_img.py | 2 +- Pose2Sim/Utilities/trc_Zup_to_Yup.py | 2 +- Pose2Sim/Utilities/trc_combine.py | 2 +- Pose2Sim/Utilities/trc_desample.py | 2 +- Pose2Sim/Utilities/trc_filter.py | 2 +- Pose2Sim/Utilities/trc_gaitevents.py | 2 +- Pose2Sim/Utilities/trc_plot.py | 2 +- Pose2Sim/__init__.py | 4 ++-- Pose2Sim/common.py | 2 +- Pose2Sim/filtering.py | 2 +- Pose2Sim/personAssociation.py | 2 +- Pose2Sim/skeletons.py | 2 +- Pose2Sim/triangulation.py | 2 +- 25 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Pose2Sim/Utilities/AlphaPose_to_OpenPose.py b/Pose2Sim/Utilities/AlphaPose_to_OpenPose.py index 6071f63..f9aa72d 100644 --- a/Pose2Sim/Utilities/AlphaPose_to_OpenPose.py +++ b/Pose2Sim/Utilities/AlphaPose_to_OpenPose.py @@ -27,7 +27,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2023, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/Blazepose_runsave.py b/Pose2Sim/Utilities/Blazepose_runsave.py index e96bd84..4f193f0 100644 --- a/Pose2Sim/Utilities/Blazepose_runsave.py +++ b/Pose2Sim/Utilities/Blazepose_runsave.py @@ -41,7 +41,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2023, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/DLC_to_OpenPose.py b/Pose2Sim/Utilities/DLC_to_OpenPose.py index fc64274..2720792 100644 --- a/Pose2Sim/Utilities/DLC_to_OpenPose.py +++ b/Pose2Sim/Utilities/DLC_to_OpenPose.py @@ -31,7 +31,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/__init__.py b/Pose2Sim/Utilities/__init__.py index 9de2fd7..a3cace6 100644 --- a/Pose2Sim/Utilities/__init__.py +++ b/Pose2Sim/Utilities/__init__.py @@ -3,5 +3,5 @@ import sys -__version__ = '0.4' +__version__ = '0.6' VERSION = __version__ \ No newline at end of file diff --git a/Pose2Sim/Utilities/c3d_to_trc.py b/Pose2Sim/Utilities/c3d_to_trc.py index 2fe752f..bd456b4 100644 --- a/Pose2Sim/Utilities/c3d_to_trc.py +++ b/Pose2Sim/Utilities/c3d_to_trc.py @@ -30,7 +30,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/calib_easymocap_to_toml.py b/Pose2Sim/Utilities/calib_easymocap_to_toml.py index eb39b2f..e823903 100644 --- a/Pose2Sim/Utilities/calib_easymocap_to_toml.py +++ b/Pose2Sim/Utilities/calib_easymocap_to_toml.py @@ -32,7 +32,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/calib_from_checkerboard.py b/Pose2Sim/Utilities/calib_from_checkerboard.py index 418e4eb..c7bc3d4 100644 --- a/Pose2Sim/Utilities/calib_from_checkerboard.py +++ b/Pose2Sim/Utilities/calib_from_checkerboard.py @@ -37,7 +37,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/calib_qca_to_toml.py b/Pose2Sim/Utilities/calib_qca_to_toml.py index d3b58ac..4f0f47d 100644 --- a/Pose2Sim/Utilities/calib_qca_to_toml.py +++ b/Pose2Sim/Utilities/calib_qca_to_toml.py @@ -31,7 +31,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/calib_toml_to_easymocap.py b/Pose2Sim/Utilities/calib_toml_to_easymocap.py index 02e4a12..3389c16 100644 --- a/Pose2Sim/Utilities/calib_toml_to_easymocap.py +++ b/Pose2Sim/Utilities/calib_toml_to_easymocap.py @@ -29,7 +29,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/calib_toml_to_opencap.py b/Pose2Sim/Utilities/calib_toml_to_opencap.py index 1eccc8b..f4d2914 100644 --- a/Pose2Sim/Utilities/calib_toml_to_opencap.py +++ b/Pose2Sim/Utilities/calib_toml_to_opencap.py @@ -31,7 +31,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/calib_toml_to_qca.py b/Pose2Sim/Utilities/calib_toml_to_qca.py index fe652d0..8dfd05f 100644 --- a/Pose2Sim/Utilities/calib_toml_to_qca.py +++ b/Pose2Sim/Utilities/calib_toml_to_qca.py @@ -31,7 +31,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/json_display_with_img.py b/Pose2Sim/Utilities/json_display_with_img.py index 8552efc..7bc6b31 100644 --- a/Pose2Sim/Utilities/json_display_with_img.py +++ b/Pose2Sim/Utilities/json_display_with_img.py @@ -37,7 +37,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/json_display_without_img.py b/Pose2Sim/Utilities/json_display_without_img.py index dad124a..ded5219 100644 --- a/Pose2Sim/Utilities/json_display_without_img.py +++ b/Pose2Sim/Utilities/json_display_without_img.py @@ -34,7 +34,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/trc_Zup_to_Yup.py b/Pose2Sim/Utilities/trc_Zup_to_Yup.py index 9848db3..6c71e43 100644 --- a/Pose2Sim/Utilities/trc_Zup_to_Yup.py +++ b/Pose2Sim/Utilities/trc_Zup_to_Yup.py @@ -27,7 +27,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/trc_combine.py b/Pose2Sim/Utilities/trc_combine.py index 7c93303..f0e695d 100644 --- a/Pose2Sim/Utilities/trc_combine.py +++ b/Pose2Sim/Utilities/trc_combine.py @@ -31,7 +31,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2022, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/trc_desample.py b/Pose2Sim/Utilities/trc_desample.py index 2e8b68a..8ddf3f2 100644 --- a/Pose2Sim/Utilities/trc_desample.py +++ b/Pose2Sim/Utilities/trc_desample.py @@ -27,7 +27,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/trc_filter.py b/Pose2Sim/Utilities/trc_filter.py index 4244c59..ef0954c 100644 --- a/Pose2Sim/Utilities/trc_filter.py +++ b/Pose2Sim/Utilities/trc_filter.py @@ -48,7 +48,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/trc_gaitevents.py b/Pose2Sim/Utilities/trc_gaitevents.py index d09ad33..afc93b1 100644 --- a/Pose2Sim/Utilities/trc_gaitevents.py +++ b/Pose2Sim/Utilities/trc_gaitevents.py @@ -51,7 +51,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/Utilities/trc_plot.py b/Pose2Sim/Utilities/trc_plot.py index 3ed25c1..4cc3511 100644 --- a/Pose2Sim/Utilities/trc_plot.py +++ b/Pose2Sim/Utilities/trc_plot.py @@ -36,7 +36,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/__init__.py b/Pose2Sim/__init__.py index 3ce7188..891e97e 100644 --- a/Pose2Sim/__init__.py +++ b/Pose2Sim/__init__.py @@ -4,7 +4,7 @@ import sys -__version__ = '0.4' +__version__ = '0.6' VERSION = __version__ @@ -13,7 +13,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" \ No newline at end of file diff --git a/Pose2Sim/common.py b/Pose2Sim/common.py index 38e6294..8f20e5c 100644 --- a/Pose2Sim/common.py +++ b/Pose2Sim/common.py @@ -31,7 +31,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Maya-Mocap" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/filtering.py b/Pose2Sim/filtering.py index 1917e20..b7aa7cb 100644 --- a/Pose2Sim/filtering.py +++ b/Pose2Sim/filtering.py @@ -43,7 +43,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/personAssociation.py b/Pose2Sim/personAssociation.py index 11dcc2b..041f00b 100644 --- a/Pose2Sim/personAssociation.py +++ b/Pose2Sim/personAssociation.py @@ -52,7 +52,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/skeletons.py b/Pose2Sim/skeletons.py index 6ec0244..4bfec61 100644 --- a/Pose2Sim/skeletons.py +++ b/Pose2Sim/skeletons.py @@ -31,7 +31,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development" diff --git a/Pose2Sim/triangulation.py b/Pose2Sim/triangulation.py index 3d78f44..b87c2c3 100644 --- a/Pose2Sim/triangulation.py +++ b/Pose2Sim/triangulation.py @@ -59,7 +59,7 @@ __author__ = "David Pagnon" __copyright__ = "Copyright 2021, Pose2Sim" __credits__ = ["David Pagnon"] __license__ = "BSD 3-Clause License" -__version__ = '0.4' +__version__ = '0.6' __maintainer__ = "David Pagnon" __email__ = "contact@david-pagnon.com" __status__ = "Development"