Skip to content

Commit

Permalink
fix bug neutral w new ik
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinefalisse committed Jul 3, 2024
1 parent fff8254 commit fb43d60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,8 @@ def main(sessionName, trialName, trial_id, cameras_to_use=['all'],
popNeutralPoseImages(cameraDirectories, cameras2Use,
timeRange4Scaling[0], staticImagesFolderDir,
trial_id, writeVideo = True)
pathOutputIK = pathScaledModel[:-5]+'.mot'
pathOutputIK = pathScaledModel[:-5] + '.mot'
pathModelIK = pathScaledModel

# Inverse kinematics.
if not scaleModel:
Expand Down

0 comments on commit fb43d60

Please sign in to comment.