From 7d13dc4d3848e21df036b6c0620094605ca1561c Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Tue, 12 Mar 2024 15:46:08 +0100 Subject: [PATCH] test with older tensorflow version tensorflow<=2.15.0 --- Pose2Sim/markerAugmentation.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Pose2Sim/markerAugmentation.py b/Pose2Sim/markerAugmentation.py index de86a80..69e83c5 100644 --- a/Pose2Sim/markerAugmentation.py +++ b/Pose2Sim/markerAugmentation.py @@ -3,21 +3,21 @@ ''' - ########################################################################### - ## AUGMENT MARKER DATA ## - ########################################################################### - - Augment trc 3D coordinates. - - Estimate the position of 43 additional markers. - - INPUTS: - - a trc file - - filtering parameters in Config.toml - - OUTPUT: - - a filtered trc file +########################################################################### +## AUGMENT MARKER DATA ## +########################################################################### + +Augment trc 3D coordinates. + +Estimate the position of 43 additional markers. +INPUTS: +- a trc file +- filtering parameters in Config.toml + +OUTPUT: +- a filtered trc file + '''